{% extends "base/content.html" %} {% load crispy_forms_tags %} {% block title %} {% trans "Upload a Spreadsheet of Purchased Ingredients" %} {% endblock %} {% block content %}

{% trans "Please upload a spreadsheet of purchased ingredients." %}

{% trans "Need a template file?" %} {% trans "Download it." %}

{% csrf_token %} {{ form|crispy }}
{% endblock %}