8
0
Fork 0
mirror of https://gitlab2.federez.net/re2o/re2o synced 2024-09-12 01:03:09 +00:00

Display residence if residence>1

This commit is contained in:
detraz 2019-02-19 00:54:11 +01:00
parent 87730a3ad2
commit c346ca531a

View file

@ -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 %}