aboutsummaryrefslogtreecommitdiffstats
path: root/templates/web/base/waste/index.html
blob: 0750ac82a9f3ee4556e78b4850d981d957aa90da (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[% SET bodyclass = 'waste' %]

[% INCLUDE header.html %]

  [% PROCESS 'waste/govuk/fields.html' %]
  [% PROCESS back %]
  [% PROCESS errors %]
  [% PROCESS title %]
  [% IF property %]
  <dl class="waste__address">
    <dt class="waste__address__title">Address</dt>
    <dd class="waste__address__property">[% property.address %]</dd>
  </dl>
  [% END %]
<form method="post">
  [% PROCESS form %]
</form>

[% INCLUDE footer.html %]