{% extends "panel.html" %} {% load i18n %} {% load inventree_extras %} {% load plugin_extras %} {% block label %}global-notifications{% endblock label %} {% block heading %}{% trans "Notification Settings" %}{% endblock heading %} {% block content %}
{% trans "Name" %} | {% trans "Slug" %} | {% trans "Description" %} | {% notification_list as methods %} {% for method in methods %}|
---|---|---|---|
{% if method.icon %}{% endif %} | {{ method.name }} {% if method.plugin %} {{ method.plugin.slug }} {% endif %} | {{ method.slug }} | {{ method.description }} |
|