{%extends 'feeds/index.html'%} {%block breadcrumb %} {%endblock%} {%block content%}

{{object}} {% if user.is_authenticated %} {% if perms.feeds.change_tag %}{% endif %} {% if perms.feeds.delete_tag %}{% endif %} {% endif %}

{% for post in object.posts %} {% if user.is_authenticated %} {% else %} {% endif %} {% endfor %}
ArticleOptions
{{ post }}{{ post }} {% if user.is_authenticated %} {% endif %}
{%endblock%} {% block additional_scripts_end %} {% endblock %}