{% import "helpers.html.twig" as helpers %} {% extends '@Admin/base.html.twig' %} {% block title %} {{ afpNews.title }} {% endblock %} {% block body %}

{{ afpNews.title }}

{{ afpNews.body|raw }}
{{ '_PUBLISH_NEWS_'|trans({},'admin') }}
{% for picture in pictures %} {% endfor %} {% endblock %}