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