{% extends "balafon/bs_base.html" %} {% load i18n balafon_utils %} {% block extra_head %} {{block.super}} {% endblock %} {% block document_content %} {% verbatim %}

{{ 'STATS_TOTAL' | translate }}

{{ 'STATS_BY_CATEGORY' | translate }}

{{ 'STATS_BY_FAMILY' | translate }}

{{ 'STATS_BY_TAG' | translate }}

{{ currentItem.name }}

{{ 'LOADING' | translate }}
  {{ month_date.date | date : 'MMM' }} {{ 'TOTAL' | translate }}
{{ statistic.name }} {{ statistic.name }} {{item.value}} {{ statistic.total_amount | number:2 }}
{{ 'NO_ITEMS' | translate }}
{% endverbatim %} {% endblock %}