====================== {{ election.capitalize() }} PTL ====================== {% for project in projects %} * {{ project.replace('_', ' ') }} {% for candidate in candidates[project] %}{% if candidate['elected'] and 'url' in candidate %} * `{{ candidate['fullname'] }} ({{ candidate['ircname'] }}) <{{ candidate['url'] }}>`_ {% elif candidate['elected'] %} * {{ candidate['fullname'] }} ({{ candidate['ircname'] }}) {% if candidate['elected'] == 'INCUMBENT-PTL' %}[#IncumbentPTL]_{% else %}[#TCAppointed]_{% endif %} {% endif %}{% endfor %} {% endfor %} {% if 'TC-APPOINTED' in tags %} .. [#TCAppointed] By TC Appointment {% endif %} {% if 'INCUMBENT-PTL' in tags %} .. [#IncumbentPTL] Incumbent PTL {% endif %} Results ------- {% for project in projects %}{% if project in elections_results %} * `{{ project }} <{{ elections_results[project] }}>`_ {% endif %}{% endfor %} {{ election.capitalize() }} PTL Candidates ====================== {% for project in projects %} * {{ project.replace('_', ' ') }} {% for candidate in candidates[project] %}{% if 'url' in candidate %} * `{{ candidate['fullname'] }} ({{ candidate['ircname'] }}) <{{ candidate['url'] }}>`_ {% endif %}{% endfor %} {% endfor %}