{# -*- coding: utf-8 -*- This file is part of Invenio. Copyright (C) 2015-2019 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 config.SEARCH_UI_SEARCH_TEMPLATE %} {%- from "invenio_communities/macros.html" import community_header %} {% set title = community.title + " | " + config.THEME_SITENAME %} {% set search_hidden_params = {"provisional_communities": community.id} %} {%- block page_header %} {% set search_input_placeholder = "Search " + community.title %} {% include "invenio_search_ui/header.html" %} {%- endblock page_header %} {%- block css %} {{ super() }} {% assets "invenio_communities_css" %}{% endassets %} {%- endblock css %} {%- block javascript -%} {{ super() }} {% assets "invenio_communities_js" %}{% endassets %} {%- endblock javascript -%} {% block page_body %}
{{ community_header(community, subtitle='Pending Requests') }} {{super()}}
{% endblock page_body %} {%- block body_inner %} {%- endblock body_inner %} {%- block search_results %} {%- endblock search_results %}