{% extends "base.html" %} {% load wagtailcore_tags core_tags %} {% wagtail_site as current_site %} {% block content %} {% get_translation tag as translated_tag %}
{% if object_list %} {% endif %} {% get_next_tag tag as next_tag %} {% get_articles_for_tag next_tag as articles %} {% if articles %}

{{next_tag.title}}

{% trans "View all" %} {{next_tag}} {% endif %} {% trans "Back home" %}
{% endblock %}