{% extends 'portal.html'%} {% block title %}My Sandbox{% endblock %} {% block title_call_to_action %} Upload Model Add model {% endblock %} {% block content %} {% if errors|length > 0 %}
Error processing upload

{{ errors }}

{% endif %}
IE Model Upload (JSON file)
{% for model in models %} {% endfor %}
Name Population Date Elements Relationships
{{ model["name"] }} {{ model["population"] }} {{ model["date"] }} {{ model["elements"] }} {{ model["relationships"] }} Edit Validate
{% endblock %} {% block javascript %} {% endblock %}