{% extends "email/base.html" %} {% block title %}API key verification | {{ site_name }}{% endblock %} {% block body_radius %}border-radius:8px;{% endblock %} {% block content %}

Hi {{ first_name }},

You asked to view the secret for API key {{ api_key_name }}. Enter this code where you requested it. It expires in {{ code_ttl_minutes }} minutes.

{{ code }}

If you did not request to reveal this API key, you can ignore this email. The code will stop working when it expires.

{% endblock %}