{% extends 'admin/change_list.html' %} {% load i18n %} {% block object-tools-items %}
  • {% if lock %} Working ... {% else %} Sync with Redis {% endif %}
  • {{ block.super }} {% endblock %}