{%extends 'feeds/index.html'%} {%block breadcrumb %}
{%endblock%} {%block content%}| Feed | Posts | {% if user.is_authenticated %}Options | {% endif %}
| {{ feed }} | {{ feed.posts.count }} | {% if user.is_authenticated %}{% if perms.feeds.change_feed %}{% endif %} {% if perms.feeds.delete_feed %}{% endif %} | {% endif %}