{% extends 'showElements_base.html.twig' %} {% block title %}{{ 'All top level entities'|trans }}{% endblock %} {% block breadcrumb_buttons %} {% endblock %} {% block extra_breadcrumb_buttons %} {% endblock %} {% block body_content %}
{% for eu_entity in eu_entities %} {% endfor %}
{{ 'Name'|trans }} {{ 'Options'|trans }}
{{ eu_entity.getRowid() }} {{ eu_entity.getName() }}
{% endblock %}