{% extends theme('layouts/1-column.html') %} {% block breadcrumb %}
  • {{ _('Datasets') }}
  • {{ dataset.name|truncate(120) }}
  • {{ _('Followers') }}
  • {% endblock %} {% block main_content %}

    {{ dataset.name }} {{ ngettext('%(num)d follower', '%(num)d followers', followers|length) }}

    {% for follow in followers %}
    {% include theme('follow/follower-card.html') %}
    {% endfor %}
    {% endblock %}