{% extends "layouts/base.html" %} {% load i18n %} {% block title %}{% trans "Convert to QI Project" %} - PX360{% endblock %} {% block content %}
{% trans "Transform this action into a formal Quality Improvement project" %}
{% trans "Title" %}
{{ action.title }}
{% trans "Hospital" %}
{{ action.hospital.name }}
{% trans "Department" %}
{{ action.department.name }}
{% trans "Priority" %}
{{ action.get_priority_display }}{% trans "Status" %}
{{ action.get_status_display }}{% trans "Description" %}
{{ action.description|truncatewords:30 }}
{% trans "Converting this action to a QI Project will create a structured project with tasks, team members, and outcome tracking." %}