{% extends "base.html" %} {% load i18n %} {% load humanize %} {% load bootstrap %} {% block content %} {% if user.is_authenticated %}
{% trans "Estimated Order Time" %} | {% trans "Pizza Service" %} |
---|---|
{{ sheet.estimated_order_time | naturaltime }} | {{ sheet.food_service }} |