{% extends "base.html" %} {% from "macros.html" import render_top_panel %} {% from "bootstrap/form.html" import render_form %} {% block title %} {{ model_name }} - 404 {% endblock %} {% block content %} {% include "aside.html" %} {{ render_top_panel(model_name+" - 404") }} {{ model_name }} id {{ model_id }} not found. {% endblock %}