{% extends "base.html" %} {% from "macros.html" import render_top_panel %} {% 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 %}