{% extends 'core/page.html' %} {% load i18n %} {% load static %} {% load core_tags %} {% block page %}
{{ table.long_description | markdown }}
{% elif table.description %}{{ table.description | markdown }}
{% endif %} {% if table.attribution %}{% trans 'Name' %} | {% trans 'Type' %} | {% trans 'UCD' %} | {% trans 'Unit' %} | {% trans 'Description' %} | {% for column in table.columns.all %}
---|---|---|---|---|
{{ column.name }} | {{ column.datatype }} | {{ column.ucd|default_if_none:''|semicolonbr }} | {{ column.unit|default_if_none:'' }} | {{ column.description|default_if_none:'' }} |
Please use the following identifier to cite this table:
This table is published under the {{ table.license_label }}.