{% load i18n %} {% load lfc_tags %} {% ifhasperm edit %}
{% include "lfc/manage/lfc_form.html" %}
{{ obj.creation_date|date:"Y-m-d H:i:s" }}
{{ obj.modification_date|date:"Y-m-d H:i:s" }}
{% else %} {% include "lfc/manage/lfc_form_view.html" %}
{{ obj.creation_date }}
{{ obj.modification_date }}
{% endifhasperm %} {% if request.is_ajax %} {% endif %}