{% extends "devilry_admin/listbuilder/listbuilder_relatedstudent/readonly-itemvalue.django.html" %} {% load i18n %} {% load cradmin_tags %} {% block end-of-content %} {% if me.relatedstudent.active %}

{% trans "Mark as inactive" %}

{% else %}

{% trans "Inactive student - can not be added to new assignments, and can not be marked as qualified for final exams." %} {% trans "Re-activate" %}.

{% endif %} {% endblock end-of-content %}