{% extends "base.html" %} {% block title %}{{ title }}{% endblock %} {% block content %}
Drag & drop files here or click to browse
Supports: images, documents, videos, audio, 3D models
{{ media.media_name }}
{% if media.description %}{{ media.description[:50] }}{% if media.description|length > 50 %}...{% endif %}
{% endif %} {% if media.is_primary %} {{ _('Primary') }} {% endif %}