Show location only if there is one
This commit is contained in:
parent
22f1bacfab
commit
63ad1af21f
@ -72,10 +72,12 @@
|
||||
</tr>
|
||||
{% endif %}
|
||||
{% endwith %}
|
||||
{% if unit.location %}
|
||||
<tr>
|
||||
<th>{% trans "Used in" %}</th>
|
||||
<td>{{ unit.get_location_links }}</td>
|
||||
</tr>
|
||||
{% endif %}
|
||||
<tr>
|
||||
<th>{% trans "Flags" %}</th>
|
||||
<td>{{ unit.flags }}</td>
|
||||
|
Loading…
Reference in New Issue
Block a user