{% extends "webui/entities/base.html" %} {% load webui_tags %} {% block title %}addfiles.log | {{ entity.title }}{% endblock %} {% block breadcrumbs %}{{ block.super }} {% breadcrumbs entity "addfiles.log" %} {% endblock breadcrumbs %} {% block content %}
{{ entity.files_log }}
{% endblock content %}