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

Browse news by type

{% for schemabunch in schema_list %}

{{ schemabunch.schema.plural_name|capfirst }}

{{ schemabunch.schema.short_description }} More info…

Browse:

{% endfor %}
{% endblock %}