{# itop-portal-base/portal/src/views/bricks/object/mode_view.html.twig #} {# Object brick view layout #} {% extends 'itop-portal-base/portal/src/views/bricks/object/mode_create.html.twig' %} {# This layout is exactly the same as the mode_create.html.twig, we duplicated it in case we need to have some subtle differences #} {% block pFormButtons %} {% if form.buttons is defined and form.buttons.links is defined %}
{% for aLink in form.buttons.links %} {{ aLink.label }} {% endfor %}
{% endif %} {% if tIsModal is defined and tIsModal == true %}
{% endif %} {% endblock %}