{# # ------------------------------------------------------------------------- # LICENSE # # This file is part of PDF plugin for GLPI. # # PDF is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # # PDF is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU Affero General Public License for more details. # # You should have received a copy of the GNU Affero General Public License # along with Reports. If not, see . # # @author Nelly Mahu-Lasson, Remi Collet, Teclib # @copyright Copyright (c) 2009-2022 PDF plugin team # @license AGPL License 3.0 or (at your option) any later version # @link https://github.com/pluginsGLPI/pdf/ # @link http://www.glpi-project.org/ # @package pdf # @since 2009 # http://www.gnu.org/licenses/agpl-3.0-standalone.html # -------------------------------------------------------------------------- #} {% import 'components/form/fields_macros.html.twig' as fields %} {% set candel = false %} {{ fields.dropdownArrayField( 'currency', selected_currency, currency_options, __('Choose your international currency', 'pdf') ) }}
{% if is_branding_active %} {% else %} {% endif %}
{{ fields.textareaField( 'add_text', add_text, __('Text to add at the end of the PDF generation', 'pdf'), { 'rows': 5, 'style': 'width:95%' } ) }}