{% extends "base.html" %} {% load i18n %} {% load humanize %} {% load bootstrap %} {% block content %} {% if user.is_authenticated %}
{{ create_food_sheet|bootstrap_horizontal }}
{% csrf_token %}
{% endif %} {% for sheet in food_sheets %} {% endfor %}
{% trans "Estimated Order Time" %}{% trans "Pizza Service" %}
{{ sheet.estimated_order_time | naturaltime }}{{ sheet.food_service }}
{% endblock %}