{% extends "base.html" %} {% block content %}
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 %}If you have provided a layouting template, please try again without specifying a file.
{% if error %}Error: {{error}}
{% endif %} {% endif %}