news/plugins/flex-objects/templates/flex/user-groups/object/default.html.twig

14 lines
No EOL
307 B
Twig

<h4>
{% if object.icon %}<i class="fa fa-{{ object.icon|e }}"></i>{% endif %}
{{ object.readableName|e }}
</h4>
{% if object.description %}
<div>
{{ object.description|e }}
</div>
{% endif %}
{% if link %}
<div>
<a href="{{ link }}">See Details</a>
</div>
{% endif %}