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