72e0775ae7
* close-election [ptl|tc] generate a yaml archive in doc/source * docs render the results pages based on the archive * add documentation about the whole election officials process Change-Id: I8f737f33befc1e8af52dac9c059f73e2874eb5f8
17 lines
536 B
Django/Jinja
17 lines
536 B
Django/Jinja
======================
|
|
{{ election.capitalize() }} elected TC members
|
|
======================
|
|
{% for candidate in candidates['TC'] %}{% if candidate['elected'] %}
|
|
* `{{ candidate['fullname'] }} ({{ candidate['ircname'] }}) <{{ candidate['url'] }}>`_
|
|
{% endif %}{% endfor %}
|
|
|
|
Results
|
|
-------
|
|
* `TC <{{ elections_results['TC'] }}>`_
|
|
|
|
{{ election.capitalize() }} TC Candidates
|
|
======================
|
|
{% for candidate in candidates['TC'] %}
|
|
* `{{ candidate['fullname'] }} ({{ candidate['ircname'] }}) <{{ candidate['url'] }}>`_
|
|
{% endfor %}
|