{% extends 'email_layout.html' %} {% block title %} {% trans %}New Repository detected{% endtrans %} {% endblock title %} {% block body %}

{% trans username=(user.fullname or user.username) %}Hey {{ username }},{% endtrans %}

{% trans %}You are receiving this email to inform you that a new repository, named "{{ repo_path }}", has been added to your account.{% endtrans %}

{% trans %}If you did not make this change and believe your account has been compromised, please contact your administrator.{% endtrans %}

{% endblock body %}