{% extends "base.html" %} {% load i18n bootstrap4 %} {% block title %} {% if object %} {% trans "Edit subject" %} {% else %} {% trans "Create new subject" %} {% endif %} · {{ block.super }} {% endblock %} {% block content %}
{{ error }}