{{segment.text}}
Support Case Submission
Submit issues and concerns related to the systemSupport Case History
View submitted cases{% trans "Request ID" %} | {% trans "Request Type" %} | {% trans "Date" %} | {% trans "Status" %} |
---|---|---|---|
{{support_case.id}} |
{{support_case.request_type}}
|
{{ support_case.created }} |
{% if support_case.status == "pending" %}
Pending
{% elif support_case.status == "resolved" %}
Resolved
{% else %}
In Progress
{% endif %}
|