{% extends 'base.html' %} {% load i18n %} {% block centered_container %}

{% trans "JWT decode and verification" %}

{% trans "Submit a jwt to decode it, if you submit also a jwk you'll decrypt or verify it." %}

{% csrf_token %}
{% endblock %}