{% extends "base.html" %} {% load i18n %} {% load staticfiles %} {% block title %}{% trans "Homepage" %}{% endblock %} {% block content %}
{{ pending_clients }} {% trans "clients are" %} {% trans "pending" %}.
{% blocktrans trimmed with count=billable_orders_year %} {{ count }} orders delivered this year. {% endblocktrans %}
* | {% trans 'Mon' %} | {% trans 'Tue' %} | {% trans 'Wed' %} | * | {% trans 'Fri' %} | {% trans 'Sat' %} | |
---|---|---|---|---|---|---|---|
{{ route_name }} | {{ route_schedules.monday }} {% if route_defaults.monday %} (+{{route_defaults.monday}}) {% endif %} | {{ route_schedules.tuesday }} {% if route_defaults.tuesday %} (+{{route_defaults.tuesday}}) {% endif %} | {{ route_schedules.wednesday }} {% if route_defaults.wednesday %} (+{{route_defaults.wednesday}}) {% endif %} | {{ route_schedules.friday }} {% if route_defaults.friday %} (+{{route_defaults.friday}}) {% endif %} | {{ route_schedules.saturday }} {% if route_defaults.saturday %} (+{{route_defaults.saturday}}) {% endif %} | ||
{% trans 'TOTAL' %} | {{ total_scheduled_by_day.monday }} {% if total_episodic_by_day.monday %} (+{{total_episodic_by_day.monday}}) {% endif %} | {{ total_scheduled_by_day.tuesday }} {% if total_episodic_by_day.tuesday %} (+{{total_episodic_by_day.tuesday}}) {% endif %} | {{ total_scheduled_by_day.wednesday }} {% if total_episodic_by_day.wednesday %} (+{{total_episodic_by_day.wednesday}}) {% endif %} | {{ total_scheduled_by_day.friday }} {% if total_episodic_by_day.friday %} (+{{total_episodic_by_day.friday}}) {% endif %} | {{ total_scheduled_by_day.saturday }} {% if total_episodic_by_day.saturday %} (+{{total_episodic_by_day.saturday}}) {% endif %} |