{% extends "base.html" %} {% block title %}{{ _("Import new key") }}{% end block %} {% block body %}
{% raw xsrf_form_html() %}

{{ _("Paste the key to import.") }}

{% end block %}