{% extends 'base.html' %} {% load i18n reader %} {% block title %}{% trans "Feed subscriptions" %}{% endblock %} {% block content_title %}{% endblock content_title %} {% block content %}

{% trans "Feed subscriptions" %}

{% trans "Export" %} {% trans "Import" %} {% trans "Add feed" %}
{% for subscription in object_list %} {% endfor %}
Name Tags Actions
{{ subscription.feed.name }}
{% for tag in subscription.tags %} {{ tag }} {% endfor %}
{% trans "Unsubscribe" %}
{% endblock %}