Files
Phraseanet/templates/web/prod/Tooltip/TechnicalDatas.html.twig
Romain Neutron e7421e1fdd Fix twig tags
2013-12-03 20:02:39 +01:00

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 %}