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

{% inline_trans "Sections" %}

{% endif %} {% if contents %}

{% inline_trans "Other contents" %}

{% endif %} {% if not contents and not sections %} {% inline_trans "there are no statistics to show"|capfirst %} {% endif %}