{% extends 'base.html.twig' %} {% block scripts_head %} {{ parent() }} {{ encore_entry_script_tags('mapping') }} {% endblock %} {% block stylesheets %} {{ parent() }} {{ encore_entry_link_tags('mapping') }} {% endblock %} {% block content %}

{{ mapping.title }}

{% block top_left_buttons %} {% include 'flashes.html.twig' with {'flashes': app.flashes} only %} {% if mapping.new_record_route is defined %} {% block new_button %} New {% endblock %} {% endif %} {% endblock %} {% for field in mapping.columns %} {% endfor %}
{{ field.label }}
{% endblock %}