{% extends "page.html" %} {% set pkg = c.pkg %} {% block breadcrumb_content %}
  • {% link_for _('Datasets'), controller='package', action='search', highlight_actions = 'new index' %}
  • {% link_for h.truncate(h.dataset_display_name(pkg), 30), controller='package', action='read', id=c.pkg.name %}
  • {{ _('Related') }}
  • {% endblock %} {% block actions_content %} {% snippet 'package/snippets/back_to_package_action.html', pkg=pkg %}
  • {% link_for _('Add Item'), controller='related', action='new', id=pkg.name, class_='btn', icon='plus' %}
  • {% endblock %} {% block primary_content %}

    {{ _('Related Media for {dataset}').format(dataset=h.dataset_display_name(c.pkg)) }}

    {% if pkg.related %} {% include "related/snippets/related_list.html" %} {% else %}

    No related items

    {% endif %}
    {% endblock %} {% block secondary_content %}

    {{ _('What is Related Media?') }}

    {% 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 %}