{% extends "base.html" %} {% block title %}Synthesis Tree{% endblock %} {% block page_title %}Synthesis Tree{% endblock %} {% block extrahead %}{% endblock %} {% block navbar_items %} {% endblock %} {% block sidebar_items %}{% endblock %} {% block page_body %}

Target: {{ target }}

{% for tree in trees %}

Option {{ forloop.counter }}, score = {{ tree.score }}

{% if not forloop.last %}

{% endif %} {% endfor %} {% endblock %}