{% extends "base.html" %} {% block header_title %} {% trans %}Secure Page{% endtrans %} {% endblock %} {% block content %}
Warning! This page is only a sample, and you can remove it or overwrite it as you want.
Mobile: {{ is_mobile }}

Session information

Session object: {{ user_session_object }}

User information

User object: {{ user_info_object }}

{% trans %}Logout{% endtrans %}

{% endblock %}