{% extends 'base.html.twig' %} {% block title %} {{ parent() }} Import article {% endblock %} {% block body %}

{{form(form)}}
{% for article in articles %} {% endfor %}
{{article.id}} {{article.name}} {{"delete"|trans}}
{% endblock %}