{% load tom_common_extras %} {% load scoutdetail_extras %}

Scout Details

{% for key, value in scoutdetail.as_dict.items %} {% if value != None and value != '' and key != 'target' and key != 'id' %}
{% verbose_name scoutdetail key %}
{{ value|truncate_value_for_display }}
{% endif %} {% empty %} No SCOUT details available. {% endfor %}