{% extends "base.html" %} {% load url from future %} {% load i18n %} {% block content %}
{% 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 'weblate_register' as reg_url %} {% url 'contact' as contact_url %} {% blocktrans %}If this is not the case, please contact the website administrator. Otherwise, you may register again.{% endblocktrans %}
{% endblock %}