{% extends "showcase/cabinet/base_client.html" %} {% block title %}Notifications{% endblock title %} {% block page_title %}Account{% endblock page_title %} {% block sidebar_nav %}
  • Security
  • Notifications
  • Privacy
  • {% endblock %} {% block sidebar_settings_link %} Cabinet {% endblock %} {% block cabinet_content %}
    Notifications
    {% for item in notifications %}
    {{ item.title }}
    {{ item.description }}
    {% empty %}
    Appointment Reminder
    24 hours before visit
    SMS Notifications
    Appointment status via SMS
    Email Newsletter
    Promotions, News, special offers
    Push Notifications
    In browser or app
    {% endfor %}
    {% endblock %}