{% load i18n %}

{% trans "Files" %}

{% trans "Your are here" %}: {% trans "Portal" %} {% for obj in objs %} > {{ obj.title }} {% endfor %} {% trans "Current Object" %}
{% trans "Type" %}
{# Mail #}
{% trans "External Link" %}
{# Content #} {% if children %} {% endif %} {% for child in children %} {% endfor %} {% if files %} {% endif %} {% for file in files %} {% endfor %} {% if images %} {% endif %} {% for image in images %} {% endfor %}
{% trans "Content" %}
{% trans "Children" %}
{% if child.display %} {{ child.title }} {{ child.display }} {% else %} {{ child.title }} {% endif %}
{% trans "Files" %}
{{ file.title }}
{% trans "Images" %}
{{ image.title }}
{% trans "Attributes" %}

{% trans "Upload file to" %} {{ current_obj.title }}

{% if display_upload %}
{% csrf_token %}
{% else %} {% trans "You have to save content object before you can upload images for it." %} {% endif %}