{% extends TEMPLATE_BASE %} {% block content %}
You are currently logged in as {{user.user_id}} [{{user.user_type}}]
{% if voter %}You are currently registered for this election.
{% else %}You are not registered for this election.
{% endif %} {% else %} {% endif %} {% endblock %}