{% load i18n inlinetrans stringfilters %}
{% if sections %}

{% inline_trans "Sections" %}

{% endif %} {% if contents %}

{% inline_trans "Other contents" %}

{% endif %} {% if message %} {% inline_trans "there was a error:"|capfirst %} {{ message }} {% else %} {% if not contents and not sections %} {% inline_trans "there are no statistics to show"|capfirst %} {% endif %} {% endif %}