Files
long2ice 1118e990a9 Sync pro
2021-05-01 20:45:28 +08:00

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