{% extends "_collapsible_box.html" %} {% load i18n %} {% load static %} {% block collapsible_box_icon %} package {% endblock %} {% block collapsible_box_title %} {% trans 'Size of the App' %} {% endblock %} {% block collapsible_box_content %}

{% blocktrans trimmed with BRANDING=BRANDING|title %} The chart below shows the current size of the {{ BRANDING }} app. {% endblocktrans %} {% trans "Details" %}

{% endblock %}