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