{{ title }}
{% if user.logged_in == true and not user.is_admin %}
{% endif %}
{# Check if the user has a vote in advance, for readability #}
{% if user.logged_in == true and user.has_week_vote == true%}
{% set has_vote = true %}
{% else %}
{% set has_vote = false %}
{% endif -%}
{% if user.logged_in == true and user.is_admin == false %}
{% endif %}
{# If admin, show an additional box for creating a new Truth. #}
{% if user.is_admin == true %}