{% extends "projector/home.html" %} {% load i18n %} {% block col_main_title %}{% if form.instance.id %}{% trans "Update" %}{% else %}{% trans "Create new" %}{% endif %} {% trans "task" %}{% endblock %} {% block col_main_content %}
{% include "richtemplates/forms/form.html" %}
{% endblock %}