mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-14 05:23:21 +00:00
5 lines
274 B
Twig
5 lines
274 B
Twig
{% macro format_caption(record, highlight, searchEngine, includeBusiness) %}
|
|
{% for name, value in record.get_caption().get_highlight_fields(highlight, null, searchEngine, includeBusiness) %}
|
|
<div><b>{{name}}</b> : {{value.value|raw}}</div>
|
|
{% endfor %}
|
|
{% endmacro %} |