{% extends 'base.html' %} {% load bootstrap %} {% block content %}

{{ paginator.count }} Feed{{ paginator.count|pluralize }}

Create feed {% if next_url or previous_url %} {% endif %}
{% for feed in object_list %} {% endfor %}
Name Created at Updated at
{{ feed.name }} {{ feed.created_at }} {{ feed.updated_at }}
{% if next_url or previous_url %} {% endif %} {% endblock %}