HashViewer - Competitions

Competitions

{% for comp in data %} {% endfor %}
Active Title Start time End time Hashtags Browse Winner
{{ (comp.active == 1) ? 'Yes' : 'No' }} {{ comp.title }} {{ comp.startTime|date("d. M, Y H:i") }} {{ comp.endTime|date("d. M, Y H:i") }} {% for tag in comp.hashtags|split(',') %} {{ tag }} {% endfor %} //TODO: Browse link {{ comp.winnerSubmissionId ? comp.winnerSubmissionId : 'Not decided' }}

New competition

Use comma separated values, i.e "foo, bar, foobar"