{% args info, services, notifications %}
ID Service Server Port Enabled {% for notification in notifications %} {% if notification['id'] != 0 %}
Edit {{notification['id']}} {% for service in services %} {% if notification['serviceid'] == service['id'] %} {{service['name']}} {{service['server']}} {{service['port']}} {% endif %} {% endfor %} {% if notification['enable'] %}Yes{% else %}No{% endif %} Del {% endif %} {% endfor %}
Add