{% extends "data/base.html" %} {% block breadcrumb %}
  • Home
  • {{ dataset.title }}
  • {{ data.title }}
  • Software and tools
  • {% endblock breadcrumb %} {% block content %}

    Software and tools


    {% if data.software %}
    {{ data.software|safe }}
    {% else %}

    There are no software and tools in this data.

    {% endif %}
    {% endblock content %}