{% extends 'core/page.html' %} {% load i18n %} {% load static %} {% load core_tags %} {% load metadata_tags %} {% block heading %}

Metadata for {{ settings.SITE_TITLE }} databases

{% endblock %} {% block page %} {% for schema in schemas %}
  {% if schema.title %} {{ schema.title }} ({{ schema }}) {% else %} {{ schema }} {% endif %}
{% if schema.description %} {{ schema.description | markdown }} {% else %} {% trans 'No description has been provided for this schema.' %} {% endif %}
{% if schema.doi %} {% endif %}
{% endfor %} {% endblock %}