{% extends "django_cradmin/viewhelpers/listbuilderview/filterlist-right.django.html" %} {% load i18n %} {% load cradmin_tags %} {% block pageheader-inner %} {{ block.super }}
{% trans "Welcome! Please select an assignment below to add deliveries, view feedback or communicate with you examiner." context "student dashboard" %}
{% endblock pageheader-inner %} {% block content %}{% trans 'You have no upcoming assignments with deadlines within the next 7 days.' %}
{% else %}{% trans 'Upcoming assignments with deadlines within the next 7 days.' %}
{% cradmin_render_renderable upcoming_assignment_renderables %} {% endif %}