3f3a30a819
Change-Id: Iea4f6feb0af64e078c37e8c957ca7c0ea4b8adef
7 lines
253 B
Django/Jinja
7 lines
253 B
Django/Jinja
{{ election.capitalize() }} TC Candidates
|
|
======================
|
|
|
|
{% for candidate in candidates['TC'] %}
|
|
* `{{ candidate.split('/')[-1][:-4].replace('_', ' ') }} <http://git.openstack.org/cgit/openstack/election/plain/{{ candidate }}>`_
|
|
{% endfor %}
|