-
{% for f in c.edge_features %}
-
{{ f.name_label }} {% if f.points is not none %} +{{ f.points }} pts {% endif %}{% if f.evidence %}
{{ f.evidence | normalize_percents }}
{% endif %}
{% endfor %}
-
{% for f in c.other_features %}
-
{{ f.name_label }} {{ f.domain_label }} {% if f.points is not none %} +{{ f.points }} pts {% endif %}{% if f.evidence %}
{{ f.evidence | normalize_percents }}
{% endif %}
{% endfor %}