Affichage des noms courts de console (plateforme) à côté de chaque jeu
This commit is contained in:
parent
eab50caca9
commit
63bed8818e
@ -7,7 +7,7 @@
|
||||
{% if playing_games %}
|
||||
<ul>
|
||||
{% for playing in playing_games %}
|
||||
<li>{{ playing.name }}</li>
|
||||
<li><strong>{{ playing.collection.shortname }}</strong> - {{ playing.name }}</li>
|
||||
{% endfor %}
|
||||
|
||||
</ul>
|
||||
@ -18,7 +18,7 @@
|
||||
{% if non_excluded_games %}
|
||||
<ul>
|
||||
{% for game in non_excluded_games %}
|
||||
<li>{{ game.name }}</li>
|
||||
<li><strong>{{ game.collection.shortname }}</strong> - {{ game.name }}</li>
|
||||
{% endfor %}
|
||||
</ul>
|
||||
{% else %}
|
||||
@ -33,7 +33,7 @@
|
||||
{% for timeline in date.list|dictsortreversed:"id" %}
|
||||
<li>
|
||||
<strong>{{ timeline.get_status_display }} :</strong> {{ timeline.item.name }}
|
||||
({{ timeline.item.collection.name }})
|
||||
(<strong>{{ timeline.item.collection.shortname }}</strong>)
|
||||
</li>
|
||||
{% endfor %}
|
||||
</ul>
|
||||
|
Loading…
Reference in New Issue
Block a user