{% extends "layouts/base.html" %} {% load i18n %} {% block title %}{{ template.name }} - {% trans "Template" %} - PX360{% endblock %} {% block content %}
{{ template.description|linebreaksbr }}
{% endif %}{{ task.description|linebreaksbr }}
{% endif %}{% trans "No tasks in this template" %}
{% if template.hospital %} {{ template.hospital.name }} {% else %} {% trans "Global (All Hospitals)" %} {% endif %}
{{ template.department.name }}
{{ template.target_completion_date|date:"M d, Y" }}
{{ template.created_at|date:"M d, Y" }}
{% trans "Click the button below to create a new QI project based on this template. All tasks will be copied to the new project." %}
{% trans "Create Project from Template" %}