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

To download, choose your file format (the PDF is the reference output; PDF and SVG are editable with vector-drawing software, others are conversions from the PDF).

Download as PDF Download as SVG Download as PNG Download as JPEG

{% if message['critical'] %}

Severe issue(s)

This ember may contain errors and should not be published without investigating.
The detected problem(s) are: {% for aline in message['critical'] %} {{ 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 %}

Restart with a new file

Image could not be produced or retrieved; if you are using Apple Safari, please try reloading the page.
{% endblock %}