{% import "helpers.html.twig" as helpers %} {% extends '@Admin/base.html.twig' %} {% block title %} News boxes {{ '_ADD_NEW_BOX_'|trans({},'admin') }} {% endblock %} {% block body %}
{% for newsBox in newsBoxesArray %} {% set article = newsBox.articles[0][0] %} {% endfor %}
Id {{ '_LABEL_'|trans({},'admin') }} {{ '_TITLE_'|trans({},'admin') }} {{ '_PRIORITY_'|trans({},'admin') }} تاريخ الانتهاء Homepage {{ '_STATUS_'|trans({},'admin') }} {{ '_EDIT_'|trans({},'admin') }}
{{ newsBox.id }} {{ newsBox.label }} {{ article.news.title }} {{ newsBox.priority }} {{ newsBox.showExpiryDate() }}
{% endblock %}