{% extends "emails/base.html" %} {% load hc_extras %} {% block content %} Hello,

We send a confirmation code before performing sensitive actions on {% site_name%}.
Your confirmation code is:

{{ sudo_code }}

Note: this code is only valid for 15 minutes.

{% endblock %} {% block content_more %} All the Best,
The {% site_name %} Team

{% endblock %}