2019-02-25 12:50:26 +01:00
|
|
|
{% set icon_class = layer_icon_class_map.getIconClass(layer) %}
|
|
|
|
<i class="{{ icon_class }}"></i>
|
|
|
|
{# <a href="{{
|
|
|
|
path('infinito_api_rest_layer_read',{'layer':layer,'_format':'html'})}}">
|
|
|
|
#}
|
2019-02-25 16:54:40 +01:00
|
|
|
{{ layer|trans|capitalize }}: {# </a>#}
|
2019-02-25 12:50:26 +01:00
|
|
|
{% if slug is defined and slug%}
|
|
|
|
<a
|
|
|
|
href="{{ path('infinito_api_rest_layer_read',{'identity':slug,'layer':layer,'_format':'html'}) }}">
|
2019-02-25 13:08:07 +01:00
|
|
|
{{ slug }}</a>{% endif %}#<a
|
|
|
|
href="{{ path('infinito_api_rest_layer_read',{'identity':id,'layer':layer,'_format':'html'}) }}">{{ id }}
|
2019-02-25 12:50:26 +01:00
|
|
|
</a>
|