Repository URL to install this package:
|
Version:
2022.10.0 ▾
|
<table>
<tr>
<th>Key</th>
<th>Copies</th>
<th>Workers</th>
</tr>
{% for title, keys in who_has.items() %}
<tr>
<td>{{ title }}</td>
<td>{{ keys | length }}</td>
<td>{{ keys | join(", ") }}</td>
</tr>
{% endfor %}
</table>