{# -*- coding: utf-8 -*- This file is part of Invenio. Copyright (C) 2022 CERN. 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_communities/details/base.html" %} {%- set title = community.metadata.title + _(" members") -%} {%- block page_body %} {{ super() }}
{%- block settings_menu %} {%- set menu_items = { 'members': (_('Members'), url_for('invenio_communities.members', pid_value=community.id), ), 'invitations': (_('Invitations'), url_for('invenio_communities.invitations', pid_value=community.id)), } %}
{%- endblock settings_menu %} {%- block settings_body %} {%- endblock settings_body %}
{%- endblock page_body %}