Verified Commit 7f3fa597 authored by Mattia Rizzolo's avatar Mattia Rizzolo
Browse files

Merge branch 'show-in-debian' of salsa.debian.org:kenhys/debexpo into live

MR: mentors.debian.net-team/debexpo!167


Signed-off-by: Mattia Rizzolo's avatarMattia Rizzolo <mattia@debian.org>
parents d56c51c2 9da0d088
Pipeline #198588 failed with stage
in 7 minutes and 56 seconds
......@@ -7,10 +7,11 @@
<table width="100%">
<tr>
<th width="15%">{% trans 'Package' %}</th>
<th width="40%">{% trans 'Description' %}</th>
<th width="30%">{% trans 'Description' %}</th>
<th width="20%">{% trans 'Version' %}</th>
<th width="15%">{% trans 'Uploader' %}</th>
<th width="10%">{% trans 'Needs a sponsor?' %}</th>
<th width="10%">{% trans 'Needs a sponsor' %}</th>
<th width="10%">{% trans 'Already in Debian' %}</th>
</tr>
{% for pkg in group.packages %}
......@@ -32,6 +33,13 @@
{% trans 'No' %}
{% endif %}
</td>
<td class="lines">
{% if pkg.in_debian %}
{% trans 'Yes' %}
{% else %}
{% trans 'No' %}
{% endif %}
</td>
</tr>
{% endfor %}
</table>
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment