{% extends "layouts/base.html" %} {% load i18n %} {% block title %}{{ source.get_localized_name }} - {% trans "PX Source" %} - PX360{% endblock %} {% block extra_css %} {% endblock %} {% block content %}
| {% trans "Name (English)" %} | {{ source.get_localized_name }} |
|---|---|
| {% trans "Name (Arabic)" %} | {{ source.name_ar|default:"-" }} |
| {% trans "Description" %} | {{ source.description|default:"-"|linebreaks }} |
| {% trans "Contact" %} | {% if source.contact_email %} {% endif %} {% if source.contact_phone %} {% endif %} |
| {% trans "Created" %} | {{ source.created_at|date:"Y-m-d H:i" }} |
| {% trans "Last Updated" %} | {{ source.updated_at|date:"Y-m-d H:i" }} |
| {% trans "Reference" %} | {% trans "Description" %} | {% trans "Status" %} | {% trans "Priority" %} | {% trans "Hospital" %} | {% trans "Date" %} |
|---|---|---|---|---|---|
| {{ complaint.reference_number }} | {% if complaint.ai_brief_en %} {{ complaint.ai_brief_en|truncatewords:8 }} {% else %} {{ complaint.description|truncatewords:8 }} {% endif %} | {{ complaint.get_status_display }} | {{ complaint.get_priority_display }} | {{ complaint.hospital.name|default:"-" }} | {{ complaint.created_at|date:"Y-m-d" }} |
{% trans "No complaints from this source" %}
{% trans "Complaints will appear here when submitted through this source" %}
| {% trans "Date" %} | {% trans "Type" %} | {% trans "Reference" %} | {% trans "Hospital" %} | {% trans "User" %} |
|---|---|---|---|---|
| {{ record.created_at|date:"Y-m-d H:i" }} | {{ record.content_type.model|title }} | {{ record.object_id|truncatechars:12 }} | {{ record.hospital.name|default:"-" }} | {{ record.user.get_full_name|default:"-" }} |
{% trans "No usage records found" %}
{% trans "Activity will appear here once feedback is submitted" %}
{{ su.user.get_full_name }}
{{ su.user.email }}