{% if target.weighted_spans %} {% with wts = target.weighted_spans.other %} {% set w_range = other_weight_range %} {% include "weights_table.html" with context %} {% endwith %}

{{ rendered_weighted_spans }}

{% endif %}