{% load i18n %} {% load config %}
{% block assignments %}
{% vocabulary "subscription" %} {% vocabulary "assignment_pl" %}-{% trans "Übersicht" %}
{% spaceless %} {% for i in assignmentsrange %} {% if i < userassignemnts_core_bound %} {% trans {% elif i < userassignments_bound %} {% trans {% elif i < partner_assignments_core_bound %} {% trans {% elif i < partner_assignments_bound %} {% trans {% else %} {% trans {% endif %} {% endfor %} {% endspaceless %} {% endblock %}