{% extends "base.html" %} {% from "macros.html" import render_top_panel %} {% block content %} {% include "aside.html" %}
{{ render_top_panel("Model "+model_name, "") }}

This page is under construction.

{% endblock %}