{% extends "passerelle/manage/service_view.html" %} {% load i18n passerelle %} {% block extra-tab-buttons %} {% if user.is_staff and object.fill_form_file %} {% endif %} {% endblock %} {% block extra-tab-panels %} {% if user.is_staff and object.fill_form_file %}
{% blocktrans with file=object.fill_form_file %}PDFtk {{ file }} dump_data_fields_utf8 output{% endblocktrans %}
{{ object.pdftk_dump_data_fields_utf8|safe }}