{% for theme in data.table|groupby('theme') %} {% for dataset in theme.list|sort(attribute='dataset_title') %} {% endfor %} {% endfor %}
Dataset App
{{theme.grouper}} ({{theme.list|length}})
{{dataset.dataset_title}} {% with %} {% set app_titles = dataset.app_titles.split('\n') %} {% set app_urls = dataset.app_urls.split('\n') %} {% for app_title in app_titles %} {{app_title}}
{% endfor %} {% endwith %}