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

{% block title %}{% blocktrans %}Posts with «{{ tag }}» label{% endblocktrans %}{% endblock title %}


{% if page.object_list %} {% for post in page.object_list %} {% include 'feedzilla/_post_template.html' %}
{% endfor %} {% include "pagination.html" %} {% else %}

{% trans "No posts with such label" %}

{% endif %}
{% endblock %}