{% extends 'Franchise/base.html.twig' %} {% block title %} {{ 'app.manager.pages.templates.head_title'|trans }} {% endblock %} {% block toolbar_actions %} {% endblock %} {% block component_body %}
{% for template in templates %}
{{ link('preview', template.link) }}
{% set image = getImage(templates_images ~ template.cover) %}
{% endfor %}
{% endblock %}