{% extends "member/noteowner_detail.html" %} {% load i18n %} {% load crispy_forms_tags %} {% block profile_info %} {% include "wei/weiclub_info.html" %} {% endblock %} {% block profile_content %}

{% trans "Delete registration" %}

{% if object.is_validated %}
{% blocktrans %}This registration is already validated and can't be deleted.{% endblocktrans %}
{% else %}
{% with user=object.user wei_name=object.wei.name %} {% blocktrans %}Are you sure you want to delete the registration of {{ user }} for the WEI {{ wei_name }}? This action can't be undoed.{% endblocktrans %} {% endwith %}
{% endif %}
{% endblock %}