{% for notif in wialonnotification_list %}
 

{{ notif.name }}

{% if notif.method == "sms" %}

SMS

{% elif notif.method == "voice" %}

Voice

{% endif %}
{% empty %}

You don't have any notifications yet.

{% endfor %}
{% if has_token and resource_id %} {% else %} Authenticate with Wialon {% endif %}