{% comment %} Copyright (C) 2021 Sebastian Pipping Licensed under GNU Affero GPL v3 or later Requirement variables: - description_filter - page_items - page_obj - project_filter - request (for self_url_with_sorting_for) - show_age - show_description - show_dust - show_installs - show_ita - show_itp - show_o - show_owner - show_reporter - show_rfa - show_rfh - show_rfp - show_type - show_users - sort - with_owner - without_owner {% endcomment %} {% load static %} {% load humanize %} {% load debian_urls %} {% load sorting_urls %} {% load contact_links %} Debian Packages that Need Lovin'
 

Debian Packages that Need Lovin'

Project:
Description:
Owner: With  Without
{% comment %} {% endcomment %}
Sync bugs Sync popcon
ITA/ITP = Intent to package/adopt ..... O = Orphaned ..... RFA/RFH/RFP = Request for adoption/help/packaging

{% include "pagination.html" with page_obj=page_obj page_items=page_items %}
{% if show_dust %} {% endif %} {% if show_age %} {% endif %} {% if show_type %} {% endif %} {% if show_description %} {% endif %} {% if show_users %} {% endif %} {% if show_installs %} {% endif %} {% if show_owner %} {% endif %} {% if show_reporter %} {% endif %} {% for issue in page_obj.object_list %} {% if show_dust %} {% endif %} {% if show_age %} {% endif %} {% if show_type %} {% endif %} {% if show_description %} {% endif %} {% if show_users %} {% endif %} {% if show_installs %} {% endif %} {% if show_owner %} {% endif %} {% if show_reporter %} {% endif %} {% endfor %}
 #  Dust  Age TypeProject  ## Description Users  Installs OwnerReporter
 {{ page_obj.start_index|add:forloop.counter0 }}  {{ issue.dust_days|intcomma }}  {{ issue.age_days|intcomma }} {{ issue.kind }} {% if issue.has_existing_package %} {% endif %} {{ issue.popcon_id|truncatechars:38 }} {% if issue.has_existing_package %} {% endif %}  {{ issue.ident }} {{ issue.description|truncatechars:60 }} {{ issue.popcon__vote_nonnull|intcomma }}  {{ issue.popcon__inst_nonnull|intcomma }} {% contact_link_for issue.charge_person truncatechars=30 %}{% contact_link_for issue.open_person truncatechars=30 %}

{% include "pagination.html" with page_obj=page_obj page_items=page_items %}
Written by Sebastian Pipping, licensed under AGPL 3.0 or later.    Please star the repository on GitHub if you like this tool. Thanks!