{% extends 'admin_base.html.twig' %} {% block title %}E-Mail-Templates - Admin{% endblock %} {% block stylesheets %} {{ parent() }} {% endblock %} {% block content %}
{% if showTrash %} Papierkorb und Wiederherstellung gelöschter E-Mail-Templates {% else %} Verwalten Sie alle E-Mail-Templates für das System {% endif %}
Typ: {{ template.type|title }}
Status: {% if template.isActive %} Aktiv {% else %} Inaktiv {% endif %}
{% if showTrash %}Gelöscht:{% else %}Erstellt:{% endif %} {{ (showTrash ? template.deletedAt : template.createdAt)|date('d.m.Y H:i') }}
{% if showTrash %}Gelöscht von: {{ template.deletedBy ? template.deletedBy.email : 'Unbekannt' }}
{% endif %}{{ template.subject }}
{% if showTrash %} Es befinden sich aktuell keine gelöschten E-Mail-Templates im Papierkorb. {% else %} Es sind noch keine E-Mail-Templates angelegt. {% endif %}
{% if not showTrash %} {% endif %}