{% extends "planet/base.html" %} {% load i18n pagination_tags tagging_tags planet_tags %} {% block page_title %}{% trans "Feed" %}: {{ feed.title }} - {% trans 'Posts in' %} {{ block.super }}{% endblock %} {% block extrameta %} {% endblock %} {% block menu_extra %} {% if tag %}
  • {% trans 'People talking about this' %}
  • {% trans 'Feeds talking about this' %}
  • {% endif %} {% endblock %} {% block content %} {% if feed.icon %} {% trans 'Feed icon' %} {% endif %}

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

    {% if feed.subtitle %}

    {{ feed.subtitle|striptags }}

    {% endif %} {% 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 %} {% endblock %}