{% extends 'base.html.twig' %} {% block title %}Mission{% endblock %} {% block stylesheets %} {% endblock %} {% block menuMiddle %} {{ include('projet/_menuMiddle.html.twig') }} {% endblock %} {% block menuTop %} {{ include('mission/_menuTop.html.twig') }} {% endblock %} {% block body %}

{{ mission.name | capitalize}}

{% if mission.detail %}

Détail : {{ mission.detail }}

{% endif %} {% if projetName %}

Projet : {{ projetName }}

{{ include('mission/modal/_modalEditMission.html.twig') }}
{{ include('mission/_delete_form.html.twig') }}
{% endif %}
{{ include('mission/modal/_newTacheModal.html.twig') }}
{% if taches.snapshot %} {% if taches.snapshot | length > 1 %}

Taches :

{% else %}

Tache :

{% endif %} {% endif %} {% endblock %}