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