{% extends "layouts/base.html" %} {% load i18n %} {% load static %} {% block title %}{% trans "Create Complaint" %} - {% trans "Call Center" %} - PX360{% endblock %} {% block extra_css %} {% endblock %} {% block content %}

{% trans "Create Complaint" %}

{% trans "File a complaint on behalf of a patient or caller" %}

{% trans "Back to List" %}
{% csrf_token %}
{% trans "Caller Information" %}
{% trans "Search for an existing patient or enter caller details manually" %}
{% trans "Organization" %}
{% trans "Complaint Details" %}
{% trans "Classification" %}
{% trans "Determines SLA deadline" %}
{% trans "SLA Information" %}

{% trans "SLA deadline will be automatically calculated based on severity:" %}

  • {% trans "Critical:" %} 4 {% trans "hours" %}
  • {% trans "High:" %} 24 {% trans "hours" %}
  • {% trans "Medium:" %} 72 {% trans "hours" %}
  • {% trans "Low:" %} 168 {% trans "hours" %} (7 {% trans "days" %})
{% trans "Call Center Note" %}

{% trans "This complaint will be marked as received via Call Center. A call center interaction record will be automatically created." %}

{% trans "Cancel" %}
{% endblock %} {% block extra_js %} {% endblock %}