{% extends "base.html" %} {% block title %}{{ title }} - Makenotwork{% endblock %} {% block body_attrs %} class="{{ crate::shell::measure(crate::shell::Measure::Contained) }}"{% endblock %} {% block head %} {% endblock %} {% block content %} {{ crate::shell::wordmark()|safe }}

{{ title }}

{% for para in detail %}

{{ para }}

{% endfor %} {% if acknowledged %}

You have already confirmed this. Nothing further will be sent about it.

{% else %}

Confirming stops the reminders. It does not change anything about your account.

{% endif %}
{% endblock %}