{% extends "layouts/base.html" %} {% block main_content %} {% set breadcrumbs = [ {"name": t('nav.home'), "url": "/", "icon": "fas fa-home"}, {"name": t('template.list'), "icon": "fas fa-layer-group"} ] %} {% set header_title = t('template.list') %} {% set header_subtitle = t('template.list_desc') %} {% set header_icon = "fas fa-layer-group" %} {% set header_actions = [ { "type": "button", "text": t('template.new'), "url": "/templates/new", "icon": "fas fa-plus", "style": "primary" } ] %} {% include "components/page_header.html" %}
{{ t('template.custom_desc') }}
{{ template.name }}
{{ t('template.category.' + template.category.lower()) or template.category }}{{ template.description }}
{% endif %} {% if template.variables %}{{ t('template.custom_desc') }}
{{ t('template.category.business_desc') }}
{{ t('template.category.technical_desc') }}
{{ t('template.category.creative_desc') }}