| 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' }} |