{% extends "dashboard.html" %} {% block content %} {% set profile_url = url_for('profile') %} {% set total_pages = (total_sessions // 3) + (1 if total_sessions % 3 > 0 else 0) %}
{% if total_pages > 1 %}
{% endif %}
{% if is_recovery_refreshed %} {% endif %} {% endblock %}