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

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 content %}