{% extends 'admin/change_list.html' %} {% load i18n admin_list %} {% block extrastyle %} {{ block.super }} {% endblock %} {% block search %}{% endblock %} {% block result_list %}

{% trans "This main void your warranty!" %}

{% trans "Changing these advanced settings can be harmful to the stability, security, and performance of this application. You should only continue if you are sure of what you are doing." %}

{% trans "Currently the same file cannot be modified at the same time." %}

{% if conflictNodeList %}
{% endif %}



{% trans "File size" %}{% trans "Update time" %}{% trans "Version" %}

{% endblock %} {% block object-tools-items %}
  • {% trans "All open" %}
  • {% trans "All close" %}
  • {% endblock %} {% block pagination %}{% endblock %}