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