{% extends "sentry/emails/base.html" %} {% load i18n %} {% block main %}

{% trans "Request to Set Up Code Owners" %}

{% blocktrans %}Hey {{ recipient_name }},{% endblocktrans %}

{% blocktrans %} Heads up, {{ requester_name }} requested to set up Code Owners for the {{ project_name }} project in {{ organization_name }}. They did ask nicely, if that helps. {% endblocktrans %}

{% trans "Set Up Code Owners Now" %}

{% trans "To Better Software," %}
{% trans "The Sentry Team" %}

{% trans "You are receiving this email because you're listed as an organization Admin, Manager or Owner." %}

{% endblock %}