{% extends noLayout ? viewbaseLayout : "AbxBaseBundle::pagelayout.html.twig" %} {% block content %}
{% for key, field in content.fields %}

{{ key }}:

{{ ez_render_field( content, key ) }}
{% endfor %}
{{ render( controller( "abx:showComponent", { 'name': 'LineList', 'parameters': { 'location': location, 'request': app.request } } ) ) }}
{% endblock %}