{% extends 'base.html' %} {% set title %}{{ user.username }} - Dashboard{% endset %} {% block content %}

Account Overview


User Details

{% include 'users/dashboard/user_details_table.html' %}

Booking History

{% include 'users/dashboard/user_history_table.html' %} {% endblock %}