{% extends "base.html" %}
{% block logged_in_or_not %}
Welcome to ALISE, the friendly Account LInking SErvices.
Please choose the Computer Centre for which you want to do account linking:
{% endblock %} {% block nonauth_content %}hello world {% endblock %} {% block content %}
This is what the JWT contains currently. See all users from database.
{{ json.dumps(request.user, indent=4) }}