{% spaceless %}
{% with bugs=item.extra_data.bugs %}
{% with bugs_dependencies=item.extra_data.bugs_dependencies %}
{% with buggy_dependencies=item.extra_data.buggy_dependencies %}
Version {{ item.extra_data.version }} of {{ item.package.name }} is marked for autoremoval from testing on {{ item.extra_data.removal_date }}.
{% if bugs %}
It is affected by {{ bugs|safe }}.
{% endif %}
{% if bugs_dependencies %}
It depends (transitively) on {{ buggy_dependencies|safe }}, affected by {{ bugs_dependencies|safe }}.
{% endif %}
You should try to prevent the removal by fixing these RC bugs.