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

{% if database.title %} {{ database.title }} ({{ database }}) {% else %} {{ database }} {% endif %}

{% if database.long_description %}

Description

{{ database.long_description | markdown }}

{% elif database.description %}

Description

{{ database.description | markdown }}

{% endif %} {% if database.attribution %}

Attribution

{{ database.attribution | markdown }} {% endif %}

{% trans 'Tables' %}

{% endblock %} {% block sidebar %} {% if database.pid %}
Persistant identifier

Please use the following identifier to cite this database:

{{ database.pid }}

{% endif %} {% if database.license %}
License

This database is published under the {{ database.license_label }}.

{% endif %} {% endblock %}