mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-15 05:53:13 +00:00
12 lines
228 B
Twig
12 lines
228 B
Twig
|
|
{% extends "prod/results/answerabstract.html.twig" %}
|
|
|
|
{% block content %}
|
|
|
|
{% for record in results.getResults() %}
|
|
{{record_format.block(record, highlight, searchEngine, 'IMGT', false)}}
|
|
{% endfor %}
|
|
|
|
{% endblock %}
|
|
|