{% extends 'AppBundle::layout.html.twig' %} {% block title %}Detalle{% endblock %} {% block body -%} {% block index_table %}
Id {{ entity.id }}
{% endblock %} {% block index_actions %}
{% include 'FLCoreBundle:Base:btn_edit.html.twig' with {'modal':true} %}
{% include 'FLCoreBundle:Base:btn_delete.html.twig' %}
{% include 'FLCoreBundle:Base:btn_return.html.twig' %}
{% endblock %} {% endblock %}