{% extends 'template_content/template_content_base.html' %} {% load i18n imagekit static localcosmos_tags %} {% block extra_style %} {% endblock %} {% block content %}

{{ localized_template_content.draft_title }}

{% if saved %}
{% trans 'Successfully saved your content.' %}
{% endif %}
{% render_taxonomic_restriction app localized_template_content.template_content %}

{% trans 'Components' %}

{% csrf_token %} {% for field in form %} {% if field.field.content_definition.type == 'multi-image' %} {% if field.field.is_first %}
{{ field.label }}
{% endif %} {% include 'template_content/widgets/filecontent_field.html' %} {% if field.field.is_last %}

{% endif %} {% elif field.field.content_definition.type == 'image' %} {% if field.is_hidden %} {% else %}
{{ field.label }}
{% endif %}
{% include 'template_content/widgets/filecontent_field.html' %}
{% else %} {% include 'template_content/widgets/textcontent_field.html' %} {% endif %} {% endfor %}

{% endblock %} {% block extra_script %} {% include 'template_content/ajax/manage_template_content_extra_scripts.html' %} {% endblock %}