{% extends 'admin/base.html.twig' %} {% block title %}System Prompt{% endblock %} {% block body %}

System Prompt

{% for message in app.flashes('success') %}
{{ message }}
{% endfor %} {% for message in app.flashes('danger') %}
{{ message }}
{% endfor %}
Versionen
{% for p in all %} {% endfor %}
Version Aktiv Kommentar Erstellt Aktionen
{{ p.version }} {% if p.active %} ACTIVE {% endif %} {{ p.comment ?? '-' }} {{ p.createdAt|date('d.m.Y H:i:s') }} {% if not p.active %}
{% else %} - {% endif %}
{% endblock %}