{% extends 'base.html' %} {% load static %} {% load i18n %} {# {% load threadedcomments_tags %} #} {% load comments %} {% block title %}{{ ds.title }}{% endblock %} {% block content %} {% if ds %}
{{ affiliation }}
{% endfor %}Curated by {% for curator in cat.curators.all %}{{ curator.get_academic_name }}{% endfor %}
{% endif %} {% comment %}{{ affiliation }}
{% endfor %}Category supported by
{% for sponsor in cat.sponsors.all %} {# media #} {% endfor %} {% endif %}{{ ds.funding }}{% endif %} {% for sponsor in ds.sponsors.all %}
{# media #} {% endfor %}{{ ds.funding }}
{{ds.institution.city}}, {{ds.institution.country}}
{% trans "No ds found" %}!
{% endif %} {% endblock %}