{% extends 'admin/base.html.twig' %} {% block title %}Strony{% endblock %} {% block header %}Strony{% endblock %} {% block breadcrumbs %} {% include 'admin/partials/_breadcrumbs.html.twig' with {'items': [ { 'link': '#', 'title': 'Strony' } ]} %} {% endblock %} {% block main %}
{% for page in pages %} {% endfor %}
Nazwa Kod Obrazek w nagłówku Metadane
{% for translation in page.getTranslations() %}
{{ translation.getLocale() }}
{{ translation.getName() }}
{% endfor %}
{{ page.getCode() }} {% if page.image() %} {% endif %} {% for translation in page.getTranslations() %}
{{ translation.getLocale() }}
  • Tytuł: {{ translation.getMetaTitle() }}
  • Opis: {{ translation.getMetaDescription() }}
  • Słowa kluczowe: {{ translation.getMetaKeywords() }}
{% endfor %}
Edycja
{% endblock %}