{% extends "layouts/base.html" %} {% load i18n %} {% load static %} {% block title %}{{ _("New Inquiry")}} - PX360{% endblock %} {% block extra_css %} {% endblock %} {% block content %}
{{ _("Back to Inquiries")}}

{{ _("Create New Inquiry")}}

{{ _("Create a new patient inquiry or request")}}

{% csrf_token %}
{{ _("Organization") }}
{{ _("Contact Information")}}
{{ _("OR") }}
{{ _("Inquiry Details")}}
{{ _("Classification") }}
{{ _("Leave empty for default based on priority")}}
{{ _("Help")}}

{{ _("Use this form to create a new inquiry from a patient or visitor.")}}


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

{{ _("Fields marked with * are required.")}}

{{ _("Cancel") }}
{% endblock %} {% block extra_js %} {% endblock %}