{% load i18n balafon_utils %} {% if action.actiondocument or action.has_non_editable_document %}
{% trans "View document" %}
{% else %} {% if action.has_editable_document %}
{% trans "Create document" %}
{% endif %} {% endif %}