{% extends "fatanalysis/base.html" %} {% load i18n %} {% block fatanalysis_content %}

{% trans "Delete Upload Period" %}

{% trans "Are you sure you want to delete the FAT upload for" %} {{ period.get_period_type_display }} {% trans "on" %} {{ period.upload_date|date:"Y-m-d H:i" }}?

{% trans "This will also delete all associated FAT entries and data. This action cannot be undone." %}

{% csrf_token %} {% trans "Cancel" %}
{% endblock %}