{% import "helpers.html.twig" as helpers %} {% extends '@Admin/base.html.twig' %} {% block title %} AFP News {% endblock %} {% block body %}
{% for news in newsArray %} {% endfor %}
{{ '_ID_'|trans({},'admin') }} {{ '_DATE_'|trans({},'admin') }} {{ '_TITLE_'|trans({},'admin') }} {{ '_CATEGORY_'|trans({},'admin') }} {{ '_OPTIONS_'|trans({},'admin') }}
{{ news.id }} {{ news.displayDate() }} {{ news.title }} {{ news.category }}
{% endblock %}