{% extends "_message/base.html" %} {% load i18n %} {% load url from future %} {% block content %}
{% trans username=message.user.username %}{{ username }}, you have to activate your account before you will be able to sign in.{% endtrans %}
{% trans %}Click here if you haven't received activation e-mail.{% endtrans %}
{% endblock %}