mirror of
https://gitlab2.federez.net/re2o/re2o
synced 2024-11-04 17:06:27 +00:00
Display residence if residence>1
This commit is contained in:
parent
87730a3ad2
commit
c346ca531a
1 changed files with 2 additions and 2 deletions
|
@ -35,13 +35,13 @@ with this program; if not, write to the Free Software Foundation, Inc.,
|
|||
<tr>
|
||||
{% trans "Building" as tr_building %}
|
||||
<th>{% include 'buttons/sort.html' with prefix='building' col='name' text=tr_building %}</th>
|
||||
<th>{% trans "Access points" %}</th>
|
||||
<th>{% trans "Access points" %}</th>
|
||||
<th></th>
|
||||
</tr>
|
||||
</thead>
|
||||
{% for building in building_list %}
|
||||
<tr>
|
||||
<td>{{ building.name }}</td>
|
||||
<td>{{ building.cached_name }}</td>
|
||||
<td>{% for ap in building.all_ap_in %} {{ ap.short_name }} {% endfor %}</td>
|
||||
<td class="text-right">
|
||||
{% can_edit building %}
|
||||
|
|
Loading…
Reference in a new issue