{% extends "layouts/base.html" %} {% load bootstrap_pagination %} {% block title %}Subscribers{% endblock %} {% block header %}{% include 'header.html' %}{% endblock %} {% block sidebar %}{% include 'sidebar.html' %}{% endblock %} {%block content %}

Subscribers List

{% for item in items %} {% empty %} {% endfor %}
Name
{{ item.name }} Delete
You have no subscribers at this time. Maybe you need to add a national authority manually? Do it here
{% endblock %}