{% extends "passerelle/manage/service_view.html" %} {% load i18n passerelle %} {% block description %}
{% trans 'Pastell URL:' %} {{ object.url }}
{% trans 'Document type:' %} {% if object.document_type %} {{ object.document_type }} ({% trans 'change' %}) {% else %} {% trans 'select' %} {% endif %}
{% if object.document_type %}{{ field.key }}: {{ field.value }}
{% endfor %} {% endif %} ({% trans 'edit' %}) {% endif %} {% endblock %} {% block security %}{% trans 'Posting documents is limited to the following API users:' %}
{% access_rights_table resource=object permission='can_post_document' %} {% endblock %}