{% if tags|length|pluralize %}
{% if union %}
{% trans "All articles, tagged with union of tags" %}
{% else %}
{% trans "All articles, tagged with intersection of tags" %}
{% endif %}
{% else %}
{% trans "All articles, tagged with" %}
{% endif %}
"{{ tags|list_attr:"name"|join:", " }}"
{% endif %}
{% endfilter %}
{% for object in object_list %}
{% include "blog/post_entry.html" %}
{% endfor %}
{% if month or day or has_next or has_previous %}