{% extends 'ops/base_ops.html' %} {% block title %}CAPA Detail - IXG Operations{% endblock %} {% block content %}
Issue Description

{{ record.issue_description|linebreaks }}

{% if record.root_cause %}
Root Cause

{{ record.root_cause|linebreaks }}

{% endif %} {% if record.corrective_action %}
Corrective Action

{{ record.corrective_action|linebreaks }}

{% endif %} {% if record.preventive_action %}
Preventive Action

{{ record.preventive_action|linebreaks }}

{% endif %}
{% if record.closed_at %}{% endif %}
Batch{{ record.batch.batch_reference }}
Status{{ record.get_status_display }}
Assigned To{{ record.assigned_to|default:'-' }}
Due Date{{ record.due_date|date:'d/m/Y'|default:'-' }}
Created{{ record.created_at|date:'d/m/Y H:i' }}
Closed{{ record.closed_at|date:'d/m/Y H:i' }}
{% endblock %}