mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-23 18:03:17 +00:00
15 lines
489 B
Twig
15 lines
489 B
Twig
{% extends 'prod/Tooltip/Tooltip.html.twig' %}
|
|
|
|
{% set title %}{{ 'Caption' | trans }} <span class="collection-block" style="float: right"> {% set collectionLogo = collection_logo(record.baseId) %}
|
|
{% if collectionLogo is empty %}
|
|
{{ record.collectionName }}
|
|
{% else %}
|
|
{{ collectionLogo|raw }}
|
|
{% endif %}</span> {% endset %}
|
|
{% set width = 400 %}
|
|
{% set maxwidth = 700 %}
|
|
|
|
{% block content %}
|
|
{% include 'common/caption.html.twig' %}
|
|
{% endblock %}
|