{% extends "layouts/base.html" %} {% block main_content %}
{{ i18n.t('template.list') }}
{{ i18n.t('template.custom') }}
{{ template.name }}
{{ i18n.t('template.category.' + template.category.lower()) or template.category }}{{ template.description }}
{% endif %} {% if template.variables %}{{ i18n.t('template.custom') }}
{{ i18n.t('template.category.business') }}
{{ i18n.t('template.category.technical') }}
{{ i18n.t('template.category.creative') }}