{% load i18n %} {% load juntagrico.config %} {% load juntagrico.widgets %}
{% block title %}
{% vocabulary "subscription" %} {% vocabulary "assignment_pl" %}-{% trans "Übersicht" %}
{% endblock %} {% block progress %} {% assignment_progress request.user.member future=True as assignments %} {% include "./assignment_progress/bars.html" %} {% config 'assignment_unit' as unit %} {% if unit == 'HOURS' %} {% include "./assignment_progress/text_hours.html" %} {% else %} {% include "./assignment_progress/text.html" %} {% endif %} {% endblock %}