{# -*- 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. #} {%- if community.logo_ext %} {{_("Community")}}



{%- endif %}

{{community.title}}

{%- if community.description %} {{ community.description | sanitize_html | safe }} {%- endif %} {%- if community.page %} {{ _('Read more') }}
{%- endif %}
{%- if community.owner.profile and community.owner.profile.username %}
{{ _('Curated by:') }}
{{ community.owner.profile.username }}
{%- endif %}
{{ _('Curation policy:') }}
{{ community.curation_policy | sanitize_html | safe | default(_('Not specified'), true) }}
{{ _('Created:') }}
{{ community.created|dateformat(format='long') }}
{{ _('Harvesting API:') }}
{{ _('OAI-PMH Interface') }}