{% extends 'Default/base.html.twig' %}
{% block title %}
{% if att.id == '' %}
Ajouter Attestation
{% else %}
Modifier Attestation
{% endif %}
{% endblock %}
{% block breadcrumb1 %}
{% if att.id == '' %}
Ajouter Attestation
{% else %}
Modifier Attestation
{% endif %}
{% endblock %}
{% block breadcrumb2 %}
{% if att.id == '' %}
Ajout
{% else %}
Modifier
{% endif %} {% endblock %}
{% block stylesheet %}
{{ parent() }}
{% endblock %}
{% block content %}
{{ include('Attestation/_form.html.twig') }}
{% endblock %}
{% block javascripts %}
{{ parent() }}
{% endblock %}