{% load seeker %} {% block value %} {% if truncated_value %} {{ truncated_value|seeker_format }} {% elif highlight %} {{ highlight|seeker_format|safe }} {% else %} {{ value|seeker_format }} {% endif %} {% endblock value %}