{% extends "cradmin_legacy/viewhelpers/listbuilderview/filterlist-right.django.html" %} {% load i18n %} {% load cradmin_legacy_tags %} {% block pageheader-inner %} {{ block.super }} {% endblock pageheader-inner %} {% block listbuilderview_buttons %} {{ block.super }} {% endblock %} {% block content %}

{% trans "Regarding groups being unavailable for assign/unassign" context "examiner selfassign view" %}

{% blocktrans trimmed with context="examiner selfassign view" %} When you assign to/unassign from a project group, the assign/unassign button may show an "UNAVAILABLE" message. There are multiple reasons for this happening, and some of them are: {% endblocktrans %}

{% blocktrans trimmed with context="examiner selfassign view" %} If this happens, please reload the page. If this issue persists for the same project groups, please contact support. {% endblocktrans %}

{{ block.super }} {% endblock content %} {% block no-items-wrapper %} {% if excluding_filters_other_than_status_is_applied %}

{% trans "No students found matching your filters/search." %}

{% elif total_group_count == 0 %}

{% blocktrans trimmed %} No projectgroups available at this moment. This can happen if changes are made to the assignments, or the limit of examiners per projectgroup is reached. {% endblocktrans %}

{% endif %} {% endblock no-items-wrapper %} {% block end-of-body %} {{ block.super }} {% include "devilry_theme3/include/devilry_all_js.django.html" %} {% endblock end-of-body %}