{% extends "pastell/base.html" %} {% load i18n passerelle %} {% block appbar %}
{% 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 %} {% if perms.base.view_accessright %}{% trans 'Posting documents is limited to the following API users:' %}
{% access_rights_table resource=object permission='can_post_document' %} {% endif %}