{% extends "forum/base_admin.html" %} {% load tapeforms %} {% block title %}Répondre à la question{% endblock %} {% block navigation %} {% with current_page="question" %}{{ block.super }}{% endwith %} {% endblock %} {% block content %}

Répondre à la question {{ object.pk }}

Participant(e)
Genre
{{ object.get_genre_display }}
Âge
{{ object.get_age_display }}
Ville de résidence
{{ object.get_ville_residence_display }}
Adresse mail
{{ object.email }}
Détails de la question
Question
{{ object.question }}
Statut
{{ object.get_status_display }}
Date de la demande
{{ object.created_at }}
Dernière mise à jour
{{ object.last_modified_at }}

Veuillez saisir votre réponse ci-dessous et cliquer sur Envoyer. La personne recevra alors un courriel avec votre réponse.

{% csrf_token %} {% form form %}
Annuler
{% endblock %}