{% extends 'series-set-template-layout.html' %} {% from 'macros.html' import alerter, menu %} {% from 'series-set-template-form.html' import series_sets_preview %} {% block menu %} {{ series_set_template_menu('Series sets') }} {% endblock %} {% block series_set_template_content %} {% if template.short_help_text != "" or template.origin.value == 'ui' %}
{% if template.short_help_text != "" %}

{{ template.short_help_text }}

{% else %} {% if template.origin.value == 'ui' %}

No description provided (add) .

{% endif %} {% endif %}

{{ template.name }}

{{ template.short_help_text }}

{{ template.html_help_text|safe }}
{% if template.origin.value == 'ui' %}

Edit description

{% endif %}
{% endif %}
{{ alerter() }} {% if series_sets|count > 0 %} {{ series_sets_preview(series_sets) }} {% else %}
No series sets found.
{% endif %}
{% endblock %}