{% if contest is empty %}

Looks like the contest hasn't begun yet!

{% else %} {% if contest.banner %}
{{ contest.name }}
{% endif %}
{{ contest.description|bb_format }}
{% endif %}