deblan.tv/vendor/trinity/src/Trinity/Bundle/AdminBundle/Resources/views/BaseAdmin/indexForm.html.twig
2015-03-02 21:57:49 +01:00

11 lines
491 B
Twig

<form id="crud-datas" action="{{ path(route_prefix ~ 'batch') }}" method="post" {{ form_enctype(form_batch) }}>
<table class="table table-hover table-bordered table-striped">
{% set counter = 0 %}
{% include "TrinityAdminBundle:BaseAdmin:indexThead.html.twig" %}
{% include "TrinityAdminBundle:BaseAdmin:indexTfoot.html.twig" %}
{% include "TrinityAdminBundle:BaseAdmin:indexTbody.html.twig" %}
</table>
{% include "TrinityAdminBundle:BaseAdmin:indexExport.html.twig" %}
</form>