• {{ contest.shortname|default('no contest') }}
    Change Contest {% if show_no_contest and contest is not empty %} no contest
    {% endif %} {% for c in contests | filter(c => c != contest) %} {{ c.shortname }} {% endfor %}