{% extends "tasks/view.html" %} {% block specific %} {% set tree = task.ctx.get('formulas_tree') %} {% if tree %}
models with ff_unimplemented factors:
{% for depth, f in tree %}
{% for i in range(depth) %}    {% endfor%} {{f.get('formula_id')}}  {{f.get('author')}} {% if depth<=0 %}{{f.get('filename')}}{% endif %}: {{f.get('factors_string')}}
{% endfor %} {% else %}
there are no models with ff_unimplemented factors
{% endif %} {% endblock %}