{% load i18n %}

{% trans "Content" %}

{% if obj_id %}

{% trans "Existing files" %}

{% if files %} {% else %}

{% trans "There are no files yet." %}

{% endif %}

{% trans "Upload files" %}

{% endif %}