{% 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 %}
{{ feed.subtitle|striptags }}
{% endif %} {% if not tag %}{% trans 'Blog' %} | {{ feed.blog.title }} |
---|---|
{% trans 'RSS 2.0 Feed' %} | {{ feed.title }} |
{% trans 'web' %} | {{ feed.blog.url }} |
{% trans 'Last Update' %} | {{ feed.last_checked|date:"m.d.Y" }} |
{% trans 'Posts' %} | {{ feed.post_set.count }} |