{% extends "tasks/view.html" %} {% block specific %} {% if task.ctx.get('formulas') %} {% for name in task.ctx['formulas']|sort %} {% endfor %} {% endif %} {% if task.ctx.get('test_task_id') %} {% endif %}
formulas from archive:
{{name}}
TEST_BASESEARCH task:
{{ task.ctx.get('test_task_id')|get_task_link }}
{% endblock %}