{% extends "withnav_template.html" %} {% from "components/api-key.html" import api_key %} {% from "components/page-footer.html" import page_footer %} {% from "components/table.html" import row_group, row, text_field, edit_field, field, boolean_field, list_table with context %} {% block service_page_title %} Email reply to addresses {% endblock %} {% block maincolumn_content %}

Data retention

Add data retention
By default data is kept for 7 days
{% if not data_retention_settings %}
You haven’t added any data retention
{% endif %} {% for item in data_retention_settings %}

{{ item.notification_type | format_notification_type }} notifications will be kept for {{ item.days_of_retention }} days Change

{% endfor %}
{% endblock %}