{% load i18n %} {% load lfc_tags %}

{% trans "Data" %}

{% ifhasperm edit %} {% if above_form %}
{{ above_form }}
{% endif %}
{% csrf_token %} {% include "lfc/manage/lfc_form.html" %}
{% if below_form %}
{{ below_form }}
{% endif %} {% else %} {% include "lfc/manage/lfc_form_view.html" %} {% endifhasperm %}