{% extends 'feedzilla/base.html' %} {% load i18n %} {% block feedzilla_content %} {% for post in page.object_list %} {% include 'feedzilla/_post_template.html' %}
{% empty %}

{% trans 'There is no RSS registered' %}

{% trans 'Please' %} {% trans 'click here' %} {% trans 'to submit a blog' %}

{% endfor %} {% include "common/pagination.html" %} {% endblock %}