{% extends 'admin/base.html.twig' %} {% block title %}Aktualności{% endblock %} {% block header %}Aktualności{% endblock %} {% block breadcrumbs %} {% include 'admin/partials/_breadcrumbs.html.twig' with {'items': [ { 'link': '#', 'title': 'Aktualności' } ]} %} {% endblock %} {% import 'partials/_macros.html.twig' as macros %} {% block main %}
Dodaj aktualność
{% for post in posts %} {% endfor %}
Nazwa
{% if post.image.id|default(null) %} {% endif %} {% for translation in post.getTranslations() %}
{{ translation.getLocale() }}
{{ translation.getName() }}
{% endfor %}
Usuń Edycja
{% endblock %}