{% extends "admin/change_list.html" %} {% block content %} {% if show_tab_navigation %}
{% for tab in tabs %} {% if tab.name == 'subscription_groups' %}📋{% elif tab.name == 'user_subscriptions' %}👥{% elif tab.name == 'certificates' %}🔒{% elif tab.name == 'inbound_templates' %}⚙️{% endif %} {{ tab.label }} {% endfor %}
{% endif %} {{ block.super }} {% endblock %}