[% 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.
[% WRAPPER 'waste/_garden_status_messages.html' %]
Avoid disruption to your service.
[% 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 %]