{% extends "box/base/box.html" %} {% load i18n %} {% load l10n %} {% get_current_language as LANGUAGE_CODE %} {% block title %} {% trans "Data store" %} {% endblock title %} {% block content %}
{% trans "Drag and drop files here to start uploading." %}
{% trans 'You can also use the the traditional upload form.' %}
{% trans 'Upload limit is 1GB per file!' %}