{% extends "layouts/base.html" %} {% load i18n %} {% block title %}{% trans "Convert to System Complaint" %} - {{ source_complaint.reference_number }}{% endblock %} {% block content %}
{% trans "Back to Source" %}

{% trans "Convert to System Complaint" %}

{% trans "Review and edit the details below before creating the system complaint. Fields are pre-filled from the source complaint." %}

{% trans "Source Complaint" %}

{{ source_complaint.reference_number }}

{% trans "Source" %}

{{ source_complaint.px_source.get_localized_name }}

{% csrf_token %}
{% trans "Cancel" %}
{% endblock %}