{% extends "base.html" %} {% load i18n %} {% block title %}{% trans "Account Activation Resent" %}{% endblock %} {% block content %}

Account Activation Resent

{% blocktrans %}

We have sent an email to {{ email }} with further instructions.

{% endblocktrans %} {% endblock %}