{% with messages = get_flashed_messages() %}
{% if messages %}
{% for message in messages %}
- {{ message }}
{% endfor %}
{% endif %}
{% endwith %}
TOSCA import/export
v {{ VERSION }}
tosca2doc
- Upload TOSCA definitions in YAML format.
- Download a docx file containing all the definitions.
doc2tosca
- Load SOL 001 specification in docx format.
- Download a zip file containing TOSCA definitions in YAML.