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