{% load ajax_helpers modal_tags %}
{% if not no_title %}
Authorised Device Cookies
{% endif %} {% if not cookies %}

No authorised device cookies

{% else %} {% for c in cookies %} {% endfor %}
Cookie Last used
{{ c.name }} {{ c.last_used|date }} {% modal_button_method 'Remove' 'remove_device' id=c.id css_class='btn btn-sm btn-outline-warning' %}
{% endif %}