{% extends "base.html" %}
{% load static %}
{% block title %}{% if is_admin %}Add lots for {{ tos.name }}{% else %}Add lots to {{ auction }}{% endif %}{% endblock %}
{% block content %}
{% include 'auction_ribbon.html' %}
{% if is_admin %} You are adding/editing lots for {{ tos.name }}, bidder number {{ tos.bidder_number }} {% else %} Use this page to quickly add lots to {{ auction }}. Lots are saved automatically as you fill them in. You can edit these lots, add images, or add lots one at a time from your selling dashboard. {% endif %}