{% extends 'rp_base.html' %} {% load i18n %} {% load static %} {% block centered_container %}
{% csrf_token %}

{% trans 'Introspection values' %}

{% for attribute, value in introspection.items %}
{{ attribute }}:
{{ value }}
{% endfor %}
Log out Go Back
{% endblock %}