{% 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 %} Documentation

Documentation

{% if docus %}
{% csrf_token %} {% for docu in docus %} {% for system in systems %} {% if system.0 == docu.system %} {% endif %} {% endfor%} {% endfor %}
ID Description System
{{ docu.documentation_id }} {{ docu.description }}{{ system.1 }}
{% if update == False %}
{% else %}
{% endif %}
{% endif %}
{% if update == False %}

Add a Documentation

{% else %}

Update a Documentation

{% endif%}
{% csrf_token %}
Description
Link
System
{% if update == False %} {% else %} {% endif %}
or create one with OpenBis, MediaWiki, MediaWiki (FWK), Lims or HedgeDoc Cancel
{% endblock %}