{% extends 'email_base.html' %} {% load i18n %} {% block email_con %} {% autoescape off %}

{% trans "Hi," %}

{% blocktrans %} You're receiving this e-mail because you are the admin of Syncwerk. {% endblocktrans %}

{% blocktrans %} It seems that there's a throttle in the api calls recently. Below are the details of the call: {% endblocktrans %}

Request path: {{request_path}}

Request cookie: {{request_cookie_info}}

Request META: {{request_meta_info}}

{% endautoescape %} {% endblock %}