mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-23 18:03:17 +00:00
10 lines
232 B
Twig
10 lines
232 B
Twig
{% extends 'prod/Tooltip/Tooltip.html.twig' %}
|
|
|
|
{% set title %} {{ record.get_title() }} {% endset %}
|
|
{% set width = null %}
|
|
{% set maxwidth = null %}
|
|
|
|
{% block content %}
|
|
{% include 'common/preview.html.twig' %}
|
|
{% endblock %}
|