{% extends "base.html" %} {% block title %}: {{ title }}{% endblock %} {% block head %} {% endblock %} {% block content %} {% if form %}
{% csrf_token %} {{ form.as_table }}
{% if create %}

This concept does not exist. You can create it.

{% else %} {% endif %}

{% else %} {% endif %} {% if formset %}
{% for form in formset %} {% endfor %}
{% csrf_token %} {{ formset.management_form }} {{ form.as_table }}
{% if create %}
  • Create this mapping
  • {% else %} {% endif %}
    {% else %} {% if formlist %} {% if create %} Create a new mapping with this concept {% endif %}
    {% for form in formlist %} {% endfor %}
    {% csrf_token %} {{ formlist.management_form }} {{ form.as_table }}
    {% endif %}
    {% endif %} {% endblock %}