{% extends "base.html" %} {% block title %}{{ _('Edit Project Template') }} - {{ app_name }}{% endblock %} {% block content %}

{{ _('Edit Project Template') }}

{{ template.name }}

{{ _('Back to Template') }}

{{ _('Project Configuration') }}

{{ _('Template Tasks') }}

{{ _('Tasks will be created when a project is created from this template') }}

{% if template.tasks and template.tasks|length > 0 %} {% for task in template.tasks %}
{% endfor %} {% else %}
{% endif %}
{{ _('Cancel') }}
{% endblock %}