{% load i18n %} {% load evelinks %} {% if character %}
{% include "ledger/partials/information/summary.html" with character=character type=type %} {% include "ledger/partials/information/daily.html" with character=character type=type %} {% include "ledger/partials/information/hourly.html" with character=character type=type %}
{% elif error %}

{% trans "Error" %}

{{ error }}

{% else %} {% trans "No ratting data found..." %} {% endif %}