{% extends 'report/template_upsert_base.html' %} {% load i18n %} {% block title %} {% if object %} {% blocktrans with title=object.title %}Column {{ title }}{% endblocktrans %} {% else %} {% trans 'Column Form' %} {% endif %} {% endblock %} {% block content %}
{% csrf_token %} {{ form }}
{% endblock %}