[% USE date(format = c.cobrand.bin_day_format) %] [% USE pounds = format('%.2f'); ~%] [% PROCESS 'waste/header.html' %] [% UNLESS data_loading %] [% TRY %][% PROCESS waste/_service_navigation_bar.html %][% CATCH file %][% END %] [% END %]

Your bin days

[% INCLUDE 'waste/_address_display.html' %] [% TRY %][% PROCESS waste/_announcement.html %][% CATCH file %][% END %]

Your collections

[% IF service_data.size %] [% TRY %][% PROCESS waste/_calendar.html %][% CATCH file %] Add to your calendar (.ics file) [% END %] [% END %]
[% IF data_loading %]

Loading your bin days...

[% ELSE %]
[% DEFAULT any_report_allowed = 0 ~%] [% SET any_request_allowed = 0 ~%] [% IF NOT waste_features.garden_disabled AND pending_subscription %]

You have a pending [%= IF pending_subscription.title == 'Garden Subscription - Renew' ~%] garden subscription renewal. [%~ ELSIF pending_subscription.title == 'Garden Subscription - New' ~%] garden subscription. [%~ END %]

[% END %] [% FOR unit IN service_data %] [% UNLESS unit.request_only %]
[% SET image = c.cobrand.image_for_unit(unit) ~%] [% IF image %]

[% unit.service_name %]

[% ELSE %]

[% unit.service_name %]

[% END %] [% IF !unit.garden_overdue %] [% IF unit.garden_due AND NOT waste_features.garden_disabled AND NOT waste_features.garden_renew_disabled %]
Warning

Your subscription is soon due for renewal.

Avoid disruption to your service. [% IF current_payment_method == 'direct_debit' %]

This property may have an existing direct debit subscription which will renew automatically.

[% ELSE %]
[% END %]
[% END %]
Frequency
[% unit.schedule %]
Next collection
[% IF unit.next %] [% date.format(unit.next.date) | replace('~~~', unit.next.ordinal) %] [% IF unit.next.changed %](this collection has been adjusted from its usual time)[% END %] [% IF unit.next.state %]([% unit.next.state %])[% END %] [% ELSE %] None [% END %]
[% IF unit.last AND unit.last.date.year > 2000 %][%# Bartec uses 1900-01-01T00:00:00 for jobs that have no previous collection %]
Last collection
[% date.format(unit.last.date) | replace('~~~', unit.last.ordinal) %] [%~ IF unit.last.completed %], at [% date.format(unit.last.completed, '%l:%M%p') | lower ~%][% END %] [% IF unit.last.changed %](this collection was adjusted from its usual time)[% END %] [% IF unit.last.state %]([% unit.last.state %])[% END %] [% IF unit.last.resolution %][% unit.last.resolution | staff_html_markup({ is_body_user => 1 }) %][% END ~%]
[% END %]
[% END %]
[% PROCESS waste/services.html %]

[% END %] [% END %]

Bulky Waste


[% IF property.commercial_property %] [% PROCESS waste/_bulky_waste_message.html %] [% ELSE %] [% IF property.pending_bulky_collection AND NOT c.user_exists # XXX %] [% TRY %][% PROCESS waste/_bulky_not_signed_user.html %][% CATCH file %][% END %] [% END %]
Cost
[% cost = cobrand.bulky_minimum_cost %] [% IF cobrand.bulky_free_collection_available %]

Free

One free collection per tax year.

From £[% pounds(cost / 100) %] Afterwards.

[% ELSE %]

From £[% pounds(cost / 100) %]

[% END %]
[% IF c.cobrand.bulky_can_view_collection(property.pending_bulky_collection) %]
Next collection
[% c.cobrand.bulky_nice_collection_date(property.pending_bulky_collection.get_extra_field_value('DATE')) %]
Reference number
[% property.pending_bulky_collection.id %]
Items to be collected

[% c.cobrand.bulky_nice_item_list(property.pending_bulky_collection).size %]

[% END %] [% IF c.user_exists AND NOT property.pending_bulky_collection %]
Next collection
None booked
[% END %]

[% IF c.cobrand.bulky_can_view_collection(property.pending_bulky_collection) %] Check collection details [% IF c.cobrand.bulky_can_cancel_collection(property.pending_bulky_collection) %] Cancel booking [% END %] [% END %] [% UNLESS c.user_exists %] Sign in [% END %] [% UNLESS property.pending_bulky_collection %]
[% END %]
[% END %]
[% IF NOT service_data.size %] [% TRY %][% PROCESS waste/_bin_days_no_collections.html %][% CATCH file %]

This property has no collections.

[% END %] [% END %] [% TRY %][% PROCESS waste/services_extra.html %][% CATCH file %][% END %]
[% INCLUDE waste/bin_days_sidebar.html %]
[% END %]
[% INCLUDE footer.html %]