{% extends "page.html" %} {% block breadcrumb_content %}
  • {{ h.nav_link(_('Datasets'), controller='package', action='search') }}
  • {{ h.truncate(c.pkg_dict.title or c.pkg_dict.name, 60) }}
  • {% block breadcrumb_item %}{% endblock %}
  • {% endblock %} {% block primary_content %}

    {% block page_heading %}{{ _('Related Form') }}{% endblock %}

    {{ c.form | safe }}
    {% endblock %} {% block secondary_content %}

    {{ _('What are related items?') }}

    {% trans %}

    Related Media is any app, article, visualisation or idea related to this dataset.

    For example, it could be a custom visualisation, pictograph or bar chart, an app using all or part of the data or even a news story that references this dataset.

    {% endtrans %}
    {% endblock %}