{% extends "base.html" %} {% load eb eb_filter %} {% block title %}News types{% endblock %} {% block content %}

Browse news by type

{% for schemabunch in schema_list %}

{{ schemabunch.schema.plural_name|capfirst }}

Browse:

{% endfor %}
{% endblock %}