{% extends 'layout/admin_page.html' %} {% from 'forms/_form.html' import form_footer, form_header, form_row_static, form_rows %} {% from 'message_box.html' import message_box %} {% block title %}{% trans %}Community Hub{% endtrans %}{% endblock %} {% block content %} {% call message_box('info', fixed_width=true) %} {% trans %}Let us know that you exist!{% endtrans %}
{%- trans -%} By registering your Indico server with the community hub, you will receive news on the latest releases as well as important security advisories. The data in the form below will be sent to the community hub. {%- endtrans -%}
{% trans %}Alongside, the following public information will be periodically collected as well:{% endtrans %}{% trans %}URL of your Indico server{% endtrans %}
{% endcall %} {% call form_row_static(_('Affiliation')) %} {{ affiliation }}{% trans %}Affiliation of your Indico server{% endtrans %}
{% endcall %} {% call form_footer(form) %} {% endcall %}