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

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

{% trans %}You receive this e-mail to inform you that your deposit named {{ repo_path }} has been deleted from 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 %}