forked from DGNum/gestioCOF
1
0
Fork 0
kpsul/bda/templates/bda-unpaid.html

9 lines
293 B
HTML

{% extends "base_title.html" %}
{% block realcontent %}
<h2>Impayés</h2>
<textarea style="width: 100%; height: 100px; margin-top: 10px;">
{% for participant in unpaid %}{{ participant.user.email }}, {% endfor %}</textarea>
<h3>Total&nbsp: {{ unpaid|length }}</h3>
{% endblock %}