{% import 'action/table.html' as action_table with context %} {% import 'widgets/pagination.html' as pagination %} {% extends "base.html" %} {% set title = "Subscriptions" %} {% block style %} {% if subscription_pagination.items %} {% endif %} {% endblock %} {% block script %} {% if tag %} {% endif %} {% endblock %} {% block content %} {% if tag %} {% include "tag/title.html" %} {% if actions %} {{ action_table.content(actions, tag_id=tag.id) }} {% else %}