{% extends "base.html" %} {% load wagtailcore_tags core_tags wagtailimages_tags gem_tags static comments %} {% wagtail_site as current_site %} {% block content %} {% get_translation tag as translated_tag %}

{{translated_tag.title}}

{% if object_list %} {% endif %}
{% comment %} {% endcomment %}
{% get_next_tag tag as next_tag %} {% get_articles_for_tag next_tag as articles %} {% if next_tag %} {% if articles %}

{{next_tag.title}}

{% trans "Read All" %} {{next_tag}} {% endif %} {% endif %}
{% trans "Back home" %}
{% endblock %}