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

{% trans "Data" %}

{% ifportalhasperm manage_portal %}
{% csrf_token %} {% include "lfc/manage/lfc_form.html" %}
{% else %} {% include "lfc/manage/lfc_form_view.html" %} {% endifportalhasperm %}