{% load util %} {% load i18n %} {% include "site/header.html" %} {% include "site/view_header.html" with errors=errors %}
{% if request.user.is_verified_user or request.user.email_confirmed %}

{{ org.name }}

{% trans "Request Ownership" %}
{{ org.id }}

{{ org|ownership_warning:request.user }}

{% trans "Please only request ownership if you are certain that you have the rights to do so. Are you sure you wish to continue?" %}

{% else %}
{% trans "Only verified users may request ownership to an organization" %}
{% endif %}
{% include "site/footer.html" %}