aboutsummaryrefslogtreecommitdiffstats
path: root/templates/email/default/_email_bottom.html
blob: 76e38120115fc6b98a089e79bc3e38ffa95b65f5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
          </tr>
          <tr>
            <th colspan="[% email_columns %]" style="[% td_style %][% hint_style %]" class="hint">
              [%~ IF email_footer %]
                [% email_footer %]
              [%~ ELSE %]
                This email was sent automatically, from an unmonitored email account. Please do not reply to it.
              [%~ END %]
            </th>
          </tr>
        </table>
      </th>
      <th></th>
    </tr>
  </table>
</body>
</html>