{% extends "forthewing/base.html" %} {% load url from future %} {% load i18n static %} {% load chickenwings_tags %} {% block page_title %}{% trans 'Chicken wings order' %} #{{ chickenwings.id }}{% endblock %} {% block breadcrumbs %} {% endblock %} {% block content %}

{% trans 'Chicken wings order' %} #{{ chickenwings.id }}

{% trans 'The chicken wings have been flavoured with the following sauces.' %}

< {% trans 'Back to order list' %} {% trans 'Update' %} {% trans 'Delete' %}
{% endblock %}