{% extends 'base.html.twig' %}
{% block title %}RH - Gestion des bordereaux{% endblock %}
{% block body %}
{# {% if operations|length > 0 %}#}
{# {% include 'includes/actions.html.twig' %}#}
{# {% endif %}#}
</div>
<div class="col-12 mb-4">
<div class="card border-0 shadow">
<div class="card-body p-2 m-2">
<table id="list_demande" class="table table-striped table-bordered" style="width:100%">
<thead>
<tr>
<th>Type</th>
<th>Message</th>
<th>Created</th>
<th>User</th>
<th style="width: 10%">Statut</th>
</tr>
</thead>
<tbody>
</tbody>
</table>
</div>
</div>
</div>
</div>
{% endblock %}
{% block javascripts %}
{{parent()}}
{{ encore_entry_script_tags('traitement_demande') }}
{% endblock %}