{% extends "layouts/base.html" %} {% load i18n %} {% block title %}{% if is_create %}{% trans "Create QI Project" %}{% else %}{% trans "Edit QI Project" %}{% endif %} - PX360{% endblock %} {% block content %}
{% if is_create %} {% trans "Start a new quality improvement initiative" %} {% else %} {% trans "Update project details and settings" %} {% endif %}
{% trans "This template includes" %} {{ template.tasks.count }} {% trans "task(s) that will be copied to your new project." %}
{% trans "No predefined tasks in this template." %}
{% endif %}