{% extends "layouts/base.html" %} {% load i18n %} {% block title %}{% if is_create %}{% trans "Create Template" %}{% else %}{% trans "Edit Template" %}{% endif %} - PX360{% endblock %} {% block content %}
{% if is_create %} {% trans "Create a reusable template for quality improvement projects" %} {% else %} {% trans "Update template details and task templates" %} {% endif %}
{% trans "Templates let you define standard project structures that can be reused across your organization." %}
{% trans "Add common tasks that should be created automatically when using this template." %}