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

{% trans 'Chicken wings orders' %}

{% trans 'This app demonstrates a widget that renders select optgroup tags and a field that allows blank choices.' %}

{% if chickenwings %} {% else %}

{% trans 'No chicken wings found' %}

{% endif %} {% if is_paginated %}
{% else %} {% endif %} {% trans 'Create an order for chicken wings' %} {% endblock %}