{%extends 'feeds/index.html'%} {%block breadcrumb %}
{%endblock%} {% block content %}{{ o }} | {{o.post_set.count}} | {% if user.is_authenticated %} {% if perms.feeds.edit_category %}edit{% endif %} {% if perms.feeds.delete_category %}delete{% endif %} {% endif %} |