{% extends 'production/base.html' %} {% load scipost_extras %} {% block breadcrumb_items %} {{block.super}} Delete log {% endblock %} {% load bootstrap %} {% block content %}

Delete log

{% include 'submissions/_submission_card_content_sparse.html' with submission=object.content.submission %}
{% csrf_token %}

Are you sure you want to delete this work log?

Logged by {{ object.user }}
Comment {{ object.comments|default:'-' }}
Logged time {{ object.duration|duration }}
Log date {{ object.work_date }}
{% endblock content %}