{% load wagtailcore_tags %} {% load wagtailroutablepage_tags %} {% load waggylabs_filters %} {% if not value.tags %}

The post list page is not correctly specified.

{% elif value.tags.count == 0 %}

No tags

{% else %}
{% for tag in value.tags %} {{ tag.tag__name }} {% if value.show_badges %} {{ tag.tag__num_posts }} {% endif %} {% endfor %}
{% endif %}