{% extends "partials/base.html" %} {% block title %}Failed files{% endblock %} {% set active_page = "failed" %} {% block content %}
{% include 'components/navigations.html' %}
Unmatched Files
{% include 'render/failedFiles.html' %}
{% if config.allow_delete_files %} {% endif %} {% endblock %}