{{ 'print:: pdf title' | trans }}

{{ 'print:: pdf description' | trans }}

{{ 'print:: choose model' | trans }}

{% set total_count = printer.get_count_actionable() %} {% if basketFeedbackId %}

{{ 'phraseanet:: basket feedback' | trans }}

{% endif %} {% if total_count > 0 %} {% set subdefCount = printer.getSubdefCount %} {% if printer.get_count_preview() > 0 %}

{{ 'phraseanet:: preview' | trans }}

{% endif %} {% if printer.get_count_thumbnail() > 0 %}

{{ 'print:: imagette' | trans }}

{% endif %}

{{ 'print:: some options' | trans }}

{{ 'print:: description font size' | trans }}

{{ 'print:: description field title color' | trans }}

{{ 'print:: add and remember password to protect the pdf' | trans }}

{{ 'print:: subdef mapping' | trans }}

{{ 'print:: warning! Only available image for chosen subdef is printed' | trans }}
{{ 'print:: element printable on preview model' | trans }}
{{ 'print:: element printable on thumbnail model' | trans }}
{% if printer.get_count_thumbnail() > 0 or printer.get_count_preview() > 0 %}
{% endif %} {% elseif printer.get_count_element_received() > 0 %} {{ 'None of the selected records can be printed' | trans }} {% else %} {{ 'export:: erreur : aucun document selectionne' | trans }} {% endif %}