{# -*- coding: utf-8 -*-
Copyright (C) 2022-2023 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:
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.
{{ _("Permission denied") }}
{{ config.THEME_TUW_COMMUNITY_PERMISSION_ERROR_PARAGRAPH|safe }}
{%- endif %} {%- endblock message %}