{% set active_page = "index" %} {% extends 'base.html' %} {% block content %}

To get the resulting diagram, click here (it will open in a new tab or window):

Ember graph as PDF

{% if message['error'] %}

Critical issue message(s)

This ember may contain errors and should not be published without investigating.
The detected problem(s) are: {% for aline in message['error'] %}

- {{aline|safe}}

{% endfor %} {% endif %} {% if message['warning'] %}

Warning message(s)

Warning messages do not necessarily mean that there is an error, but you should pay attention: {% for aline in message['warning'] %}

- {{aline|safe}}

{% endfor %} {% endif %} {%if not (message['error'] or message['warning']) %} Everything appears ok (no error or warning message). {% endif %}

Back to home page

{% endblock %}