{% extends 'base.html' %} {% load staticfiles %} {% block title %}Keywords{% endblock title %} {% block breadcrumbs %} / keywords {% endblock breadcrumbs %} {% block content %}

Keywords

Keywords: {{ total_keywords }}

{% for keyword in keyword_list %}

{{ keyword.keyword }}: {{ keyword.datasets.all|length }} datasets

{% endfor %} {% endblock content %}