{% extends 'layouts/base.html' %} {% load i18n %} {% block title %}{% trans "New Inquiry" %}{% endblock %} {% block content %}

{% trans "New Inquiry" %}

{% trans "Create a new patient inquiry" %}

{% trans "Back to List" %}
{% trans "Inquiry Information" %}
{% csrf_token %}

{% trans "Contact Information" %} ({% trans "if not a registered patient" %})

{% trans "Inquiry Details" %}
{% trans "Cancel" %}
{% trans "Help" %}

{% trans "Use this form to create a new inquiry from a patient or visitor." %}

{% trans "If the inquiry is from a registered patient, search and select them. Otherwise, provide contact information." %}

{% trans "Fields marked with * are required." %}

{% endblock %}