{% extends "base.html" %} {% load i18n %} {% block title %} {% if category %} {% trans "Edit category" %} {% else %} {% trans "New category" %} {% endif %} – {{ block.super }} {% endblock %} {% block content %}

{% if category %} {% trans "Edit category" %} {% else %} {% trans "New category" %} {% endif %}

{% csrf_token %} {% include "form.html" %}

{% include "formbuttons_saveapply.html" %} {% trans 'Cancel' %}

* {% trans "required" %}
{% endblock %}