{% extends "ldt/ldt_raw_base.html" %} {% load i18n %} {# form of creation of content #} {% load adminmedia %} {% block js_import %} {{ block.super }} {{ content_form.media.js }} {% endblock %} {% block css_import %} {{ block.super }} {{ content_form.media.css }} {% endblock %} {% block js_declaration %} {{ block.super }} {% endblock %} {% block body %}
{% if ldt_id %}{% trans "Update your project" %}{% else %}{% trans "Create your project" %}{% endif %}
{% csrf_token %} {{form.title}}
{% trans "name" %}
{% for content in contents %} {% endfor %}
{{ content.title }}
{% if ldt_id %} {% else %} {% endif %}
{% endblock %}