{% extends 'base.html' %} {% load ui_extras %} {% block content %}
| Type | Name | {% for verification_device in verification_devices %} |
|---|---|---|
| {{ verification_device.get_type_for_display }} | {{ verification_device.name }} | {% button 'DELETE' verification_device.get_delete_url "Delete Verification Device" %} |