{% extends 'dashboard/base.html.twig' %} {% block title %}{{ 'templates.page_title'|trans({}, 'dashboard') }}{% endblock %} {% block dashboard_content %}
{{ template.templateDescription|length > 100 ? template.templateDescription|slice(0, 100) ~ '...' : template.templateDescription }}
{% endif %}{{ 'templates.empty.description'|trans({}, 'dashboard') }}