{% extends base_layout %} {% load i18n %} {% load static %} {% block title %}{{ _("New Inquiry")}} - PX360{% endblock %} {% block extra_css %} {% endblock %} {% block content %}
{% if source_user %} {{ _("Back to My Inquiries")}} {% else %} {{ _("Back to Inquiries")}} {% endif %}

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

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

{% csrf_token %}
{{ _("Organization") }}
{{ _("Contact Information")}}
{{ _("OR") }}
{{ _("Inquiry Details")}}
{{ _("Leave empty for default")}}
{{ _("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.")}}

{% if source_user %} {{ _("Cancel") }} {% else %} {{ _("Cancel") }} {% endif %}
{% endblock %} {% block extra_js %} {% endblock %}