diff options
Diffstat (limited to 'templates/web/base/waste/index.html')
-rw-r--r-- | templates/web/base/waste/index.html | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/templates/web/base/waste/index.html b/templates/web/base/waste/index.html new file mode 100644 index 000000000..0750ac82a --- /dev/null +++ b/templates/web/base/waste/index.html @@ -0,0 +1,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 %] |