mirror of
https://github.com/fastapi-admin/fastapi-admin.git
synced 2025-08-15 03:04:37 +08:00
6 lines
194 B
HTML
6 lines
194 B
HTML
{% if resource_label in resource.resources|map(attribute='label') %}
|
|
show
|
|
{% elif resource_label not in resource.resources|map(attribute='label') and resource.expand %}
|
|
show
|
|
{% endif %}
|