Ajout d'une page unique pour les exports
This commit is contained in:
@@ -111,13 +111,6 @@
|
||||
</select>
|
||||
</div>
|
||||
{% endif %}
|
||||
{% if access!="customer" and app.user %}
|
||||
<div class="card">
|
||||
<div class="card-header">
|
||||
<a href="{{ path('app_report_export') }}" class="btn btn-success">Exporter</a>
|
||||
</div>
|
||||
</div>
|
||||
{% endif %}
|
||||
{% for project in projects %}
|
||||
{% if not project.months is empty or project.hors!=0 or not project.before is empty or not project.beforeastreinte is empty %}
|
||||
<div class="card">
|
||||
|
Reference in New Issue
Block a user