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

Providers List

{% for item in items %} {% empty %} {% endfor %}
Name Description Endpoint
{{ item.name }} Delete {{ item.description }} {{ item.endpoint }}
You have no providers at this time. In order to receive notifications from your providers, you need to add them.
{% endblock %}