{% extends 'feedzilla/base.html' %} {% load i18n %} {% block feedzilla_content %}

{% block feedzilla_title %}{{ FEEDZILLA_SITE_TITLE }}{% endblock %}

{% for feed in feed %} {% endfor %}
{% trans "Feed Name" %} {% trans "Post Count" %} {% trans "Feed URL" %}
{{ feed.title }} {{ feed.post_count }}
{% endblock %}