mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
admin location: filter items in twig
This commit is contained in:
parent
8c96aae988
commit
913eb5f229
@ -16,6 +16,7 @@
|
||||
</thead>
|
||||
<tbody>
|
||||
{% for entity in entities %}
|
||||
{% if entity.availableForUsers %}
|
||||
<tr>
|
||||
<td>{{ entity.name }}</td>
|
||||
<td>{{ entity.phonenumber1 }}</td>
|
||||
@ -41,6 +42,7 @@
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
{% endif %}
|
||||
{% endfor %}
|
||||
</tbody>
|
||||
</table>
|
||||
|
Loading…
x
Reference in New Issue
Block a user