{% extends TEMPLATE_BASE %} {% load i18n %} {% block content %} {% if user %}

{% blocktrans %} You are currently logged in as {{user.user_id}} [{{user.user_type}}] {% endblocktrans %}

{% if voter %}

{% blocktrans %} You are currently registered for this election. {% endblocktrans %}

{% else %}

{% blocktrans %} You are not registered for this election. {% endblocktrans %}

{% endif %} {% else %} {% endif %} {% endblock %}