{% if wts.pos or wts.neg or wts.neg_remaining or wts.pos_remaining %} {% if not in_horizontal_layout %}

{% include "target_header.html" with context %}

{% endif %} {% for fw in wts.pos %} {% include "weights_table_row.html" with context %} {% endfor %} {% if wts.pos_remaining %} {% endif %} {% if wts.neg_remaining %} {% endif %} {% for fw in wts.neg|reverse %} {% include "weights_table_row.html" with context %} {% endfor %}
Weight Feature
… {{ wts.pos_remaining }} more positive …
… {{ wts.neg_remaining }} more negative …
{% endif %}