{% extends "layouts/base.html" %} {% load predictor %} {% block title %} {{ asset.calid }} | {{ runner.name }} {% endblock %} {% block stylesheets %} {% endblock stylesheets %} {% block content %}

{{ asset.calid }} {{ asset.name }}

{% include "prediction/veux/navigator.html" with members=members sections=sections sensors=sensors %} {% endblock content %} {% block javascripts %} {% endblock javascripts %}