{% extends "base.html" %} {% load i18n bootstrap4 %} {% block content %}
{% for error in form.non_field_errors %} {% endfor %} {% csrf_token %} {% for field in form %} {% bootstrap_field field %} {% endfor %}
{% trans "Back" %}
{% endblock %}