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

{% trans 'Chicken wings created' %}

{% trans 'Your Chicken wings were created' %}

{% trans 'View chicken wings' %} {% endblock %}