{% if view.has_draft_support and data %}
{# display tracking code box if they are enabled and there's some data #}
{# (e.g. the user is not on a insufficient authenticiation context page). #}
{% block tracking-code-box %}
{% with get_tracking_code as tracking_code %}
{% if tracking_code or is_recalled_draft %}