{% extends '_base.html' %} {% load static i18n %} {% block background %}bg-secondary{% endblock %} {% block hero_block %}
Dreamy {% translate 'Admin for therapists -Beta' %}

{% translate 'Therapists handle a lot of complexity' %}

{% translate "Let's make it a bit easier to handle their admin" %}

{% endblock %} {% block content %}

{% translate "Features" %}

{% translate "Client Card" %}

{% translate "Will give you a quick glance of a client's admin situation" %}

{% include 'base/client-card.html' %} {% include 'base/client-card-intro.html' %}

{% translate "Session's list" %}

{% translate "Quickly handle the management of your sessions once it is time for it." %}

{% include 'base/session-intro.html' %}

{% translate "Rooms management" %}

{% translate "Rooms can be quickly seen, shared and managed." %}

{% include 'base/room-info.html' %}

{% translate "Calendar View" %}

{% translate "See your sessions by room and date, while in sync with your colleagues." %}

{% include 'base/cal-info.html' %}
{% endblock content %} {% block extra_js %} {% if splash %} {% endif %} {% endblock %}