{% extends "layouts/base.html" %} {% block title %} {{ asset.calid }} | Upload {% endblock %} {% block stylesheets %} {% endblock stylesheets %} {% block content %}

{{ asset.id }} / {{ asset.calid }} Predictor Upload

{% include "inventory/create-datum.html" %}
{% csrf_token %} {{ form.as_p}}
{% if navigator %} {% include "prediction/veux/navigator.html" with members=navigator.members sections=navigator.sections %} {% endif %} {% if error %} {% endif %}
{% endblock content %} {% block javascripts %} {% if navigator %} {% endif %} {% endblock javascripts %}