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

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

{% for verification_device in verification_devices %} {% endfor %}
Type Name
{{ verification_device.get_type_for_display }} {{ verification_device.name }}
{% endblock %}