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