{% extends "base.html" %} {% load i18n %} {% load static %} {% block headtitle %}Add new media - {{PORTAL_NAME}}{% endblock headtitle %} {% load custom_filters %} {% block externallinks %} {% if LOAD_FROM_CDN %} {% else %} {% endif %} {% endblock externallinks %} {% block topimports %} {%endblock topimports %} {% block innercontent %} {% get_current_language as LANGUAGE_CODE %} {% if request.user.is_authenticated %} {% if can_add %}

{{ "Upload media" | custom_translate:LANGUAGE_CODE}}

{% else %} {{can_upload_exp}}
Contact portal owners for more information. {% endif %} {% else %} {% endif %} {% endblock innercontent %} {% block bottomimports %} {% endblock bottomimports %}