{% extends 'base.html' %} {% block content %}

{{ _("Delete history") }}

{{ _("Are you sure you want to delete the use") }} '{{ use.user.name }} {{ _("on machine") }} {{ use.machine.description }}'?

{% if use.end_timestamp > 0 %}
{% endif %}

{{ _("No, go back") }}
{% endblock %}