{% extends 'core/base/base.html' %} {% comment %} SPDX-FileCopyrightText: 2022 Helmholtz-Zentrum Dresden-Rossendorf (HZDR) SPDX-License-Identifier: GPL-3.0-or-later {% endcomment %} {% load static %} {% block content %}
Projects {% if project.label %}{{ project.label }}{% else %}New Project{% endif %} Pictures New

Take or Upload a Picture

{% csrf_token %}
Image Preview
Filename*
Login*
Absolute Directory*
Label
Description
Cancel * required
{% if not logins %} {% endif %}
{% endblock %} {% block script %} {% endblock %}