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

Account Overview


Pets

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

Booking History

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