{% extends "multifactor/base.html" %} {% load static i18n %} {% block card_title %}{% blocktrans with type=object.get_key_type_display %}Rename {{ type }}{% endblocktrans %}{% endblock %} {% block content %}
{% blocktrans with type=object.get_key_type_display %}This step is completely optional. Give your {{ type }} a better name to help you distinguish it from your other keys.{% endblocktrans %}
{% endblock %}