{% extends "admin/base_site.html" %} {% load i18n l10n admin_urls %} {% block bodyclass %}{{ block.super }} app-{{ opts.app_label }} model-{{ opts.model_name }} delete-confirmation delete-selected-confirmation{% endblock %} {% block breadcrumbs %} {% endblock %} {% block content %}

{% blocktrans %} Are you sure you want to promote the selected organizations to Registration Authorities? {% endblocktrans %}

This will allow managers in the listed organizations to assign users to registrars who will be able to register content within the registry. Registration Authorities can still act as organizations in other ways - such as a submitting or stewardship organization.

Note: This action can not be undone

{% trans "Organizations" %}

{% for obj in queryset %} {% endfor %}
{% csrf_token %}
{% for obj in queryset %} {% endfor %} {% trans "No, take me back" %}
{% endblock %}