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

Provider Details

{{ object.name }}

Description
{{ object.description }}
Endpoint
{{ object.endpoint }}

Subscriptions

    {% for item in subscription %}
  • {{ item.file }} ({{ item.format }})
  • {% empty %}
  • You do currently not subscribe to any notifications from {{ object.name }}
  • {% endfor %}
Add subscription

Actions

{% endblock %}