{% extends 'administrative/layout.html.twig' %} {% block title %}News{% endblock %} {% block content %}
| {{ icon('eye', 'w-4 h-4') }} | Nachricht | Status | erstellt | |
|---|---|---|---|---|
| {% if item == activeNews %} {% endif %} | {{ item.message | u.truncate(48, '...') }} | {{ ('label.news.status.' ~ item.status) | trans }} | {{ item.createdAt | date('d.m.Y') }} |
|
| Keine Daten... | ||||