{% extends 'admin/master.html' %} {% import 'macro/actions.html' as actionlib with context %} {% block title %}recovery codes{% endblock %} {%- set _none = _template.theme.plugin.enable_plugin('copybutton') -%} {% block main %}
Recovery Codes (save these!):
{% for rc in recovery_codes -%}
{{ rc }}
{% endfor -%}
  
{% endblock %} {% block tail %} {{ super() }} {% endblock %}