{% extends 'base.html' %} {% load ui_extras %} {% block content %}

Verification device{{ verification_devices|length|pluralize }} ({{ verification_devices|length }})

{% for verification_device in verification_devices %} {% endfor %}
Type Name
{{ verification_device.get_type_for_display }} {{ verification_device.name }} {% button 'DELETE' verification_device.get_delete_url "Delete Verification Device" %}
{% endblock %}