{% spaceless %}
{% with wnpp_item=item.extra_data.wnpp_info %}
{% with release=item.extra_data.release %}
{% if wnpp_item.wnpp_type == 'O' %}
{% if release != 'unstable' and release != 'sid' and release != 'experimental' %}
The WNPP database contains an O (Orphaned) entry for this
package. This is probably an error, as it is neither part of
unstable nor experimental.
{% else %}
This package has been
orphaned. This means that it does not have a real
maintainer at the moment. Please consider adopting this package
if you are interested in it.
{% endif %}
{% elif wnpp_item.wnpp_type == 'ITA' %}
{% if release != 'unstable' and release != 'sid' and release != 'experimental' %}
The WNPP database contains an ITA (Intent To Adopt) entry for
this package. This is probably an error, as it is neither part
of unstable nor experimental.
{% else %}
This package has been orphaned, but someone intends to maintain it.
{% endif %}
{% elif wnpp_item.wnpp_type == 'RFA' %}
{% if release != 'unstable' and release != 'sid' and release != 'experimental' %}
The WNPP database contains an RFA (Request For Adoption) entry
for this package. This is probably an error, as it is neither
part of unstable nor experimental.
{% else %}
The current maintainer is looking for someone who can take over
maintenance of this package. If you are interested in this
package, please consider taking it over. Alternatively you may
want to be co-maintainer in order to help the actual
maintainer.
{% endif %}
{% elif wnpp_item.wnpp_type == 'RFH' %}
{% if release != 'unstable' and release != 'sid' and release != 'experimental' %}
The WNPP database contains an RFH (Request For Help) entry for
this package. This is probably an error, as it is neither part
of unstable nor experimental.
{% else %}
The current maintainer is looking for someone who can help with
the maintenance of this package. If you are interested in this
package, please consider helping out. One way you can help is
offer to be a co-maintainer or triage bugs in the BTS.
{% endif %}
{% elif wnpp_item.wnpp_type == 'ITP' %}
{% if release != 'unstable' and release != 'sid' and release != 'experimental' %}
The WNPP database contains an ITP (Intent To Package). This
probably means that somebody is going to reintroduce this
package into unstable.
{% else %}
The WNPP database contains an ITP (Intent To Package) entry for
this package. This is probably an error, as it has already been
packaged.
{% endif %}
{% elif wnpp_item.wnpp_type == 'RFP' %}
{% if release != 'unstable' and release != 'sid' and release != 'experimental' %}
The WNPP database contains an RFP (Request For Package). This
probably means that somebody would like to see this package
reintroduced into unstable by a volunteer.
{% else %}
The WNPP database contains an RFP (Request For Package) entry
for this package. This is probably an error, as it has already
been packaged.
{% endif %}
{% elif wnpp_item.wnpp_type == 'RM' %}
This package has been requested to
be removed. This means that, when this request gets
processed by an ftp-master, this package will no longer be in
unstable, and will automatically be removed from testing too
afterwards. If for some reason you want keep this package in
unstable, please discuss so in the bug.
{% else %}
The WNPP database contains an entry for this package, but it is
unclear what kind of entry it is. This is probably an error.
{% endif %}
Please see bug number #{{ wnpp_item.bug_id }} for more information.