{% extends 'layouts/base.html' %} {% set page_title = 'File not found' %} {% block container %}

File not found

{% if id is defined %}

File with id={{ id }} is not found in DB

{% else %}
{% endblock %}