<h2>{% trans "Your account could not be activated" %}</h2>
<p>
{% blocktrans count expiration_days as days %}This may be because it is already active or because you waited over {{ days }} day to activate it.{% plural %}This may be because it is already active or because you waited over {{ days }} days to activate it.{% endblocktrans %}
{% url 'register' as reg_url %}
{% url 'contact' as contact_url %}
{% blocktrans %}If this is not the case, please <ahref="{{ contact_url }}">contact</a> the website administrator. Otherwise, you may <ahref="{{ reg_url }}">register again</a>.{% endblocktrans %}
{% blocktrans count form.errors.items|length as counter %}Please correct the error below.{% plural %}Please correct the errors below.{% endblocktrans %}
</p>
</div>
</div>
{% endif %}
<p>{% trans "Please enter your old password, for security's sake, and then enter your new password twice so we can verify you typed it in correctly." %}</p>
<table>
{{ form.as_table }}
</table>
<inputtype="submit"value="{% trans 'Change my password' %}"class="button"/>