{% load i18n %}
{% trans 'Add new document' %}
{% trans 'Documents' %}
{% for a in object.get_user_documents %} {% endfor %}
{% trans 'Key' %} {% trans 'Value' %} {% trans 'Created on' %}
{{ a.key }} {{ a.value }} {{ a.created }}