{% extends 'base.html' %} {% load i18n %} {% load crispy_forms_filters %} {% block content %} {% comment %}

Activate Account

Are you sure you want to activate this account "{{ obj.email }}"?

{% csrf_token %}
Cancel
{% endcomment %}

{% trans 'Activate Account' %}

{{ _("Are you sure you want to activate this account")}} "{{ obj.email }}"?

{% csrf_token %}
{{ _("Cancel") }}
{% endblock %}