{% with lastsv=item.extra_data.lastsv %}
{% with standards_version=item.extra_data.standards_version %}
{% if item.extra_data.severely_outdated %}
The package is severely out of date with respect to the Debian Policy.
{% endif %}
The package should be updated to follow the last version of Debian Policy
(Standards-Version {{ lastsv }} instead of
{{ standards_version }}).
{% endwith %}
{% endwith %}