{% extends "base.html" %} {% block title %}Account activation{% endblock %} {% block main_content %}

Account activation

{% load humanize %} {% if account %}

Thanks for signing up! Now you can log in and start working!

{% else %}

Either your activation link was incorrect, or the activation key for your account has expired; activation keys are only valid for {{ expiration_days|apnumber }} days after registration.

{% endif %} {% endblock %}