{% extends "main.html" %} {% block title %}Covoiturage{% endblock %} {% block content %}

Covoiturage

Chauffeur

Nom : {{ annonce.user.get_link }}

Numéro : {{ annonce.user.get_formated_mobile|default:"Non précisé" }}

Email : {{ annonce.user.get_mail_ecole }}

Information

Départ :
{{ annonce.adresse_depart|linebreaksbr }}

Destination :
{{ annonce.adresse_destination|linebreaksbr }}

Places : {{ annonce.places }}

Participation : {% if annonce.participation %} {{ annonce.participation }} € {% else %} Non renseigné {% endif %}

Date de départ : {{ annonce.date_depart }}

{% if annonce.commentaire %}

Commentaire :
{{ annonce.commentaire|linebreaksbr }}

{% endif %}
{% endblock %}