{% extends 'base.html' %} {% load i18n %} {% block title %}{% trans "Edit task context" %}{% endblock %} {% block page_header %} {% include "horizon/common/_page_header.html" with title=_("Edit task context") %} {% endblock page_header %} {% block main %} {{ source|safe }} {% include 'benchmark/tasks/_create.html' %} {% endblock %}