{% extends "base.html" %} {% block title %}{{ title }} - Makenotwork{% endblock %} {% block body_attrs %} class="centered-page"{% endblock %} {% block head %} {% endblock %} {% block content %}

Makenot.work

{{ 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 %}