{% extends 'base.html' %} {% load staticfiles %} {% block title %}Keywords{% endblock title %} {% block breadcrumbs %} / keywords {% endblock breadcrumbs %} {% block content %}
{{ keyword.keyword }}: {{ keyword.datasets.all|length }} datasets
{% endfor %} {% endblock content %}