{% extends "causal/base.html" %} {% block primary %} {% load humanize %} {% if account %}

Account Active!

Thanks for signing up! Now you can log in.

{% else %}

Activation Failed...

Sorry, the key you gave us didn't match our records.
Either it was incorrect or it has expired; activation keys are only valid for {{ expiration_days|apnumber }} days after registration.

{% endif %} {% endblock primary %}