{% extends 'base.html.twig' %} {% block title %}Templates - Rise Mailer{% endblock %} {% block body %}
{% if search %} Clear {% endif %}
{% if search %} Found {{ total }} template(s) matching "{{ search }}" {% endif %}
{% if templates|length > 0 %} {% for template in templates %}
{{ template.name }}

Subject: {{ template.subject }}

Created: {{ template.createdAt|date('M d, Y') }}

{% if is_granted('ROLE_ADMIN') %} Edit {% endif %} Preview {% if is_granted('ROLE_ADMIN') %} {% endif %}
{% endfor %} {% else %}

{% if search %} No templates found matching your search. {% else %} No templates available. {% endif %}

{% endif %}
{% if totalPages > 1 %} {% endif %} {% endblock %} {% block javascripts %} {% endblock %}