{% extends "forthewing/base.html" %} {% load url from future %} {% load i18n static %} {% block page_title %}{% if chickenwings.id %}{% trans 'Update chicken wings' %} #{{ chickenwings.id }}{% else %}{% trans 'Create chicken wings' %}{% endif %}{% endblock %} {% block extra_head %} {% endblock %} {% block breadcrumbs %}
{% endblock %} {% block content %} {% if chickenwings.id %}