{% extends "base.html" %} {% block content %} {% if keypme_server_device_certificate_count_max %} {% endif %} {% include "ldap_front/includes/template_device_list.html" %}

Device token list

{% include "ldap_front/includes/template_device_token_list.html" %} {% if keypme_server_device_certificate_count_max is None %}

Device token creation

{% include "ldap_front/includes/template_device_token_create.html" %} {% endif %} {% endblock %}