aboutsummaryrefslogtreecommitdiffstats
path: root/templates/email/hackney/_email_bottom.html
blob: 64936c470ad7f3c4e05c81dca635c74a029f653f (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
          </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>
    <tr>
      <th class="spacer-cell"></th>
      <th width="[% wrapper_max_width %]" style="[% td_style %][% hint_style %]">
        Powered by <a href="http://www.fixmystreet.com">FixMyStreet</a>
      </th>
      <th class="spacer-cell"></th>
    </tr>
  </table>
</body>
</html>