{% extends "app_home/base.html" %} {% load static %} {% load i18n %} {% block navbar_app %} {% include 'app_sirene/_navbar_app.html' %} {% endblock %} {% block title %}

  {% if form.title.value %}{{ form.title.value }}{% else %} {% translate 'Template editor' %}{% endif %}


{% endblock %} {% block content %}
{% csrf_token %}  {% translate 'Back' %} {% if 'p_sirene_template_cud' in aaa.perms %} {% if tid %}{% endif %} {% endif %}

{{ form.as_table }}
{% if tid %} {% endif %} {% endblock %} {% block script %} {% endblock %}