{% extends "base.html" %} {% block title %}Upload Content - {{ lab_name }}{% endblock %} {% block content %}
{% if is_edit %}Edit Content{% else %}Upload New Content{% endif %}
{% if not is_edit %}
Max size: 100MB. Allowed: PDF, DOC, DOCX, XLS, XLSX, PPT, PPTX, images, ZIP, CSV, Python, Jupyter notebooks, Markdown
{% else %}

Current file: {{ content.filename }}

Note: File cannot be changed. Upload new content to replace.

{% endif %}
"Anyone with Link" allows sharing with non-registered users via a unique URL.
Cancel
{% endblock %}