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

Error!

{% if sender_type != "Graph" %}

An error as occured while parsing the provided rxncon definition.

Project: {{project_name}}

{% if file_name %}

File: {{file_name}}

{% endif %}

Error: {{error}}

The project entry was created, but can not be loaded as no rxncon system can be generated.

{% if sender_type == "Quick" %}

You can edit the input here.

{% elif sender_type == "File" %}

You can provide a corrected version by klicking here.

{% endif %} {% else %}

And unexpected error happened while generating the graph file.

If you have provided a layouting template, please try again without specifying a file.

{% if error %}

Error: {{error}}

{% endif %} {% endif %}
{% endblock content %}