election/doc/source/_exts/ptl.jinja
Tristan Cacqueray 5fe5d0a0b8 Minor improvements to docs job output
Change-Id: I5523d430d4d3eeb771da931f62cb4cc1936e313b
2015-09-13 09:36:42 -04:00

11 lines
378 B
Django/Jinja

{{ election.capitalize() }} PTL Candidates
======================
{% for project in projects %}{% if project != 'TC' %}
* {{ project.replace('_', ' ') }}
{% for candidate in candidates[project] %}
* `{{ candidate.split('/')[-1][:-4].replace('_', ' ').title() }} <http://git.openstack.org/cgit/openstack/election/plain/{{ candidate }}>`_
{% endfor %}
{% endif %}{% endfor %}