{% extends 'admin/base.html.twig' %} {% block title %}Dokumente{% endblock %} {% block body %}
| Titel | Typ | Status | Versionen | Aktive Version | Erstellt am | Aktionen |
|---|---|---|---|---|---|---|
| {{ document.title }} | {% if document.currentVersion %} {{ document.currentVersion.fileTypeLabel }} {% else %} - {% endif %} | {% if document.status == 'ACTIVE' %} Aktiv {% else %} Archiviert {% endif %} | {{ document.versions|length }} | {% if document.currentVersion %} v{{ document.currentVersion.versionNumber }} {% else %} - {% endif %} | {{ document.createdAt|date('d.m.Y H:i') }} | Details |