kpsul/templates/gestioncof/liste_mails.html
2016-05-21 23:57:36 +02:00

8 lines
255 B
HTML

{% extends "base_title.html" %}
{% block realcontent %}
<h2>{{ titre }}</h2>
<textarea style="width: 100%; height: 100px; margin-top: 10px;">
{% for personne in personnes %}{{ personne.user.email }}, {% endfor %}</textarea>
{% endblock %}