{% extends 'base.html' %} {% load ui_extras %} {% block content %}
| Name | created at | updated at | |
|---|---|---|---|
| {{ recovery_password_config }} | {{ recovery_password_config.created_at|date:"SHORT_DATETIME_FORMAT" }} | {{ recovery_password_config.updated_at|date:"SHORT_DATETIME_FORMAT" }} | {% if perms.mdm.change_recoverypasswordconfig %} {% url 'mdm:update_recovery_password_config' recovery_password_config.pk as url %} {% button 'UPDATE' url "Edit Recovery Password Configuration" %} {% endif %} {% if perms.mdm.delete_recoverypasswordconfig and recovery_password_config.can_be_deleted %} {% url 'mdm:delete_recovery_password_config' recovery_password_config.pk as url %} {% button 'DELETE' url "Delete Recovery Password Configuration" %} {% endif %} |