{% extends "layout.html" %} {% block title %}Price Import Results{% endblock %} {% block content %}

Price Import Results

Importing {{ model.filename }}
Review the prices. If everything looks good, go back and Import the prices.

{% include '_price.table.html' %} {% endblock %} {% block scripts %} {% endblock %}