{% if contest %}
{% if contest.banner %}
{{ contest.name }} {% endif %}
The {{ contest.name }} {{ contest.is_over ? 'ended' : 'ends in' }} {{ contest.dateEnd|time_diff }}
{% endif %}
Latest Uploads
    {% for upload in latest %} {% set title = upload.name ~ '
    (' ~ upload.tags ~ ')
    uploaded by ' ~ upload.username ~ ' ' ~ upload.uploadDate|time_diff %} {% set alt = title|replace({'
    ': ' '}) %}
  • {{ alt }}
  • {% endfor %}
{% for article in news[0:5] %}
{{ article.1|bb_format }} {{ article.3|time_diff }} {% if admin %} - Edit {% endif %} Hide
{{ article.2|bb_format }}
{% endfor %}
Click to load more news. To browse old news posts, click here.