aboutsummaryrefslogtreecommitdiffstats
path: root/templates/email/default/_email_bottom.html
blob: 13c5c019f64ea7ad9a69f380c205945dae61145d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
          </tr>
        </table>
      </th>
      <th class="spacer-cell"></th>
    </tr>
  </table>
  <table [% wrapper_table | safe %] style="[% wrapper_style %]">
    <tr>
      <th class="spacer-cell"></th>
      <th width="[% wrapper_max_width %]" style="[% td_style %][% hint_style %]" class="hint">
        [%~ IF email_footer %]
          [% email_footer | safe %]
        [%~ ELSE %]
          This email was sent automatically, from an unmonitored email account. Please do not reply to it.
        [%~ END %]
      </th>
      <th class="spacer-cell"></th>
    </tr>
  </table>
</body>
</html>