{% extends "subjects/base.html" %} {% load i18n django_bootstrap5 auth utils %} {% block title %}{% translate "Subjects" %} · {{ block.super }}{% endblock %} {% block content %} {% has_perm 'subjects.change_subject' user as can_change_subject %} {% has_perm 'subjects.view_subject' user as can_view_subject %} {% if subjectcreationrequest %} {% url 'subjects:maintenance-subjectcreationrequest-delete' subjectcreationrequest.pk as discard_url %}
{% blocktranslate with name=subjectcreationrequest.contact.full_name discard_url=discard_url %}Please make sure that {{ name }} does not yet exist in the database. If you find duplicates, you can also discard this request.{% endblocktranslate %}
{% endif %} {% if form.is_valid %}{% translate 'This list may be restricted based on your permissions.' %}
{% endif %}