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

Upload media files

{% else %} {{can_upload_exp}}
Contact the admin owners for more information. {% endif %} {% else %}

Sign In

Please login or register before you upload a media! {% url 'upload_media' as redirect_url %}

If you have not created an account yet, then please sign up first.

{% endif %} {% endblock innercontent %} {% block bottomimports %} {% endblock bottomimports %}