mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-13 21:13:26 +00:00
10 lines
224 B
Twig
10 lines
224 B
Twig
{% extends 'prod/Tooltip/Tooltip.html.twig'%}
|
|
|
|
{% set title %}{% trans 'Caption' %}{% endset %}
|
|
{% set width = 400 %}
|
|
{% set maxwidth = 700 %}
|
|
|
|
{% block content %}
|
|
{% include 'common/caption.html.twig' %}
|
|
{% endblock %}
|