{# -*- coding: utf-8 -*- Copyright (C) 2022 TU Wien. Invenio is free software; you can redistribute it and/or modify it under the terms of the MIT License; see LICENSE file for more details. #} {%- extends "invenio_theme_tuw/overrides/page_error.html" %} {%- set mail_subject = "Community creation" %} {%- set theme_sitename = config.THEME_SITENAME %} {%- set nl = "%0A" %} {%- set mail_body = "Hey," + nl + nl + "I'd like to create a new community at '" + theme_sitename + "' - could you please help me?" + nl + nl + "My username: '" + user.username + "'" + nl + "The community's purpose: " + nl + "Community Name: " + nl + "Desired shorthand identifier for URLs (leave out if indifferent): " + nl + nl + "Thanks!" %} {%- block message %}

{{ _("Permission denied") }}

Sorry, the creation of communities is currently only available to administrators!

In case you would like to create a new community, please drop us an e-mail providing the desired name, shorthand identifier, and purpose of the community!

If you're unsure about what communities are, please see our FAQ.

{%- if config.THEME_TUW_COMMUNITY_PERMISSION_ERROR_PARAGRAPH %}

{{ config.THEME_TUW_COMMUNITY_PERMISSION_ERROR_PARAGRAPH|safe }}

{%- endif %} {%- endblock message %}