{% load customtags %} {% with stat=stats|get:field %}
{% for i in '102' %}
{% if show_percent %} {{ stat|percent:i }}% {% else %} {{ stat|index:i }} {% endif %}
{% endfor %}
{% endwith %}