{% extends "subjects/maintenance_base.html" %} {% load i18n django_bootstrap5 auth utils %} {% block title %}{% translate 'Subject creation requests' %} · {{ block.super }}{% endblock %} {% block content %}

{% translate 'The following people would like to be added to the database:' %}

{% if is_paginated %} {% endif %} {% endblock %}