{% extends "base.html" %} {% block title %}{{ template.name }} - {{ _('Project Template') }} - {{ app_name }}{% endblock %} {% block content %}
{% if template.category %}{{ template.category }}{% endif %} {% if template.is_public %}{{ _('Public') }}{% endif %}
{{ template.description }}
{{ task.get('estimated_hours') }} {{ _('hours') }}
{% endif %}