{#- BSCW 7+ template -#} {{- dojo_require('dijit/form/Button', 'core-gui') -}} {% if special_notifications %} {% endif %} {% if selection_menu_params %}
{% endif %}

{% if can_rename %} {% else %} {{ title }} {% endif %}

{% if edit_descr %} {{ dojo_render("dojobscw/common/EditableText", "core-gui", objId='%s_%s'%(container_of_object, request.single_object.__id__), initialValue=non_html_description, placeholder=trans('add_descr'), propertyName='bscw:description', className='infoDescription', displayLink=true) }} {% else %} {{ dojo_render("dojobscw/common/EditableText", "core-gui", initialValue=non_html_description or '', className='label', displayLink=true, readOnly=true) }} {% endif %} {% if thumbnail_src or thumbnail_char %} {% if (allow_preview or has_preview or edit) and not (is_audio or is_video) %}
{% if edit %}{% if mime in request.user.knownEditors %}{% else %}{% endif %}{% endif %}{% if editonline %}{% endif %} {% if has_preview %} {% endif %}
{% endif %}
{% if isUser and thumbnail_src %} {% elif thumbnail_src or is_audio or is_video or has_preview or is_web_folder %}
{% else %} {% if thumbnail_char %}{% endif %} {% if extension_color_class or extension_name %}
{% if extension_name %}{{ extension_name }}{% endif %}
{% endif %} {% endif %}
{% endif %} {% for param in params %} {% if param %}

{{ param }}

{% endif %} {% endfor %} {% for detail in details %} {% if detail and detail[1] %}

{{ detail[1] }}

{% endif %} {% endfor %} {% if meta_info %}

{{ meta_info }}

{% endif %} {% if info_hint %}
{{ info_hint }}
{% endif %}