{% extends 'base.html' %} {% load buttons %} {% load static %} {% load helpers %} {% load custom_links %} {% load plugins %} {% block title %}{{ template }}{% endblock %} {% block header %} {% include 'config_officer/navi_panel.html' %}
Edit Delete

{{ template.name }}

{% endblock %} {% block content %}
Name {{ template.name|placeholder }}
Description {{ template.description|placeholder }}
Configuration text
Jinja2 variables syntax is supported
{{ template.configuration|safe }}
{% endblock %}