aboutsummaryrefslogtreecommitdiffstats
path: root/templates/email/fixamingata/_email_bottom.html
blob: fb4ddc6dd77ed9b707544a3eb8a185d4aae4529f (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></th>
    </tr>
  </table>
  <table [% wrapper_table | safe %] style="[% wrapper_style %]">
    <tr>
      <th></th>
      <th width="[% wrapper_max_width %]" style="[% td_style %][% hint_style %]" class="hint">
        [%~ IF email_footer %]
          [% email_footer %]
        [%~ ELSE %]
          Det går inte att svara på detta mail
        [%~ END %]
      </th>
      <th></th>
    </tr>
  </table>
</body>
</html>