{% if list is not empty %} {% for contest in list %} {% if loop.first %}
{% endif %} {% if loop.last %}
Name Contest Type Begins Ends
{%- if current == contest.id -%} {{ pointer|raw }}{%- endif -%} {{ contest.name }} {{ contest.contestType }} {{ contest.dateBegin }} {{ contest.dateEnd }}
{% endif %} {% endfor %}
{% endif %}