mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-20 22:53:49 +00:00
improve location: customizeQuery
This commit is contained in:
@@ -16,8 +16,7 @@
|
||||
</thead>
|
||||
<tbody>
|
||||
{% for entity in entities %}
|
||||
{% if entity.availableForUsers %}
|
||||
<tr>
|
||||
<tr>
|
||||
<td>{{ entity.name }}</td>
|
||||
<td>{{ entity.phonenumber1 }}</td>
|
||||
<td>{{ entity.phonenumber2 }}</td>
|
||||
@@ -42,7 +41,6 @@
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
{% endif %}
|
||||
{% endfor %}
|
||||
</tbody>
|
||||
</table>
|
||||
|
Reference in New Issue
Block a user