{% extends "planet/base.html" %} {% load i18n pagination_tags tagging_tags planet_tags %} {% block head_title %}{% trans "Feed" %}: {{ feed.title }}{% endblock %} {% block extra_head %} {% endblock %} {% block breadcrumb_section %}
  • Blog Feeds /
  • {% endblock %} {% block breadcrumb_detail %}
  • {{ feed.title }}
  • {% endblock %} {% block content %} {% if feed.icon %} {% trans 'Feed icon' %} {% endif %}

    {% trans "Feed" %}: {{ feed.title }}

    {% if feed.subtitle %}

    {{ feed.subtitle|striptags }}

    {% endif %} {% if feed.generator %} {% endif %}
    {% trans 'RSS 2.0 Feed' %} {{ feed.title }}
    {% trans 'generator' %}{{ feed.generator }}
    {% trans 'web' %}{{ feed.blog.url }}
    {% if tag %}

    {% trans 'Posts under tag' %}: {{ tag }}

    {% endif %} {% autopaginate posts 20 %} {% for post in posts %}
    {% post_details post %}
    {% endfor %} {% paginate %} {% endblock %} {% block right_column %} {# this is too slow % authors_for_feed feed %#} {% if tag %}
    {% related_tags_for tag %}
    {% feeds_about tag %}
    {% endif %} {% cloud_for_feed feed %} {% if tag %}
  • {% trans 'People talking about this' %}
  • {% trans 'Feeds talking about this' %}
  • {% endif %} {% include 'planet/feeds/blocks/syndication_block.html' %} {% endblock %}