{% extends "admin/base.html" %} {% block content %}
{{_("Maintenance Settings",2)}} Experimental
{{_("You can disable each cron by setting value as 0",2)}}
{{ csrf_token()|raw }}
hours
{{_("In order to this to work, please set a cron job to run this URL: ",2)}} {{ url('cron-delete-guests') }}
hours
{{_("In order to this to work, please set a cron job to run this URL: ",2)}} {{ url('cron-delete-group-chats') }}
hours
{{_("In order to this to work, please set a cron job to run this URL: ",2)}} {{ url('cron-delete-private-chats') }}
{% endblock %}