summaryrefslogtreecommitdiff
path: root/templates/override.html
blob: 02b6a3c831e0802500987a2aba41444991ff4f70 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{% extends "base.html" %}

{% block title %} — Override Recovery{% endblock %}

{% block content %}
<section class="override-page">
  <h2>OVERRIDE RECOVERY GATE</h2>

  <div class="warning-block">
    <p class="warning-text">{{ warning }}</p>
  </div>

  <div class="override-info">
    <p>Days remaining in prescribed recovery: <strong>{{ days_remaining }}</strong></p>
    <p>Recommended next session: <strong>{{ next_date }}</strong></p>
  </div>

  <form method="post" action="/override/confirm">
    <div class="override-actions">
      <button type="submit" class="btn-danger">I UNDERSTAND. PROCEED.</button>
      <a href="/" class="btn-secondary">RETURN TO DASHBOARD</a>
    </div>
  </form>
</section>
{% endblock %}

{% block quote %}
<blockquote>
  &ldquo;To act against one&rsquo;s own rational judgment is to act against
  one&rsquo;s own interests.&rdquo;
  <cite>&mdash; Mike Mentzer</cite>
</blockquote>
{% endblock %}
Copyright 2019--2026 Marius PETER