{% extends "base.html" %} {% block head %} {% endblock %} {% block content %}

Welcome to the CMDOWS interface!

{% include 'message.html' %}

The uploaded graph has the name {{ graph.graph.get('name') }} and is of type {{ graph.__class__.__name__ }}.
The graph is available at {{ request.url_root }}{{ temp_id }}. To delete all files click here.
Below you can find some statistics and some processing options.

Data graph information

PDF
(X)DSM visualization
Create
HTML
(X)DSM visualization
Create
XML
CMDOWS file
Create

Settings

Save XML files in a pretty style
Create PDF files with compressed labels
{% if functions %}
Determine the function order for the DSM visualizations (just drag and drop the items):
    {% for function in functions %}
  1. {{ function }}
  2. {% endfor %}
{% endif %}
{% endblock %}