{% extends 'base.html.j2' %} {% block title %}{{_("TSUN Proxy - Log Files")}}{% endblock title %} {% block menu4_class %}w3-blue{% endblock %} {% block headline %}  {{_('Log Files')}}{% endblock headline %} {% block content %}

{{_('Do you really want to delete the log file:
%(file)s ?', file='')}}

{% endblock content%} {% block footer %}{% endblock footer %}