{% extends "subjects/base.html" %} {% load i18n bootstrap4 auth utils %} {% block title %}{% trans "Subjects" %} · {{ block.super }}{% endblock %} {% block content %}
{% if form.is_valid %} {% has_perm 'subjects.change_subject' user as can_change_subject %} {% has_perm 'subjects.view_subject' user as can_view_subject %}{% trans 'This list may be restricted based on your permissions.' %}
{% endif %} {% for subject, contact, participations, can_access in matches %}