mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-15 05:53:13 +00:00
5 lines
274 B
HTML
5 lines
274 B
HTML
{% 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 %} |