mirror of
https://github.com/ArchipelagoMW/Archipelago.git
synced 2026-05-26 23:09:57 -07:00
use item_name filter for generic tracker
This commit is contained in:
@@ -24,9 +24,9 @@
|
||||
</thead>
|
||||
<tbody>
|
||||
|
||||
{% for name, count in acquired_items.items() %}
|
||||
{% for name, count in inventory.items() %}
|
||||
<tr>
|
||||
<td>{{ name }}</td>
|
||||
<td>{{ name | item_name }}</td>
|
||||
<td>{{ count }}</td>
|
||||
</tr>
|
||||
{%- endfor -%}
|
||||
|
||||
Reference in New Issue
Block a user