{% extends "base.html" %} {% block title %}{% if appointment %}Edit Appointment{% else %}Schedule Appointment{% endif %} - Vera Medical CRM{% endblock %} {% block content %} {% include 'partials/appointment_form_block.html' %} {% endblock %}