{% extends "base.html" %} {% load crispy_forms_tags %} {% load el_pagination_tags %} {% block title %} {% if lot_view_type == "all" %} Lots {% endif %} {% if lot_view_type == "watch" %} Watched items {% endif %} {% if lot_view_type == "mybids" %} Bids {% endif %} {% if lot_view_type == "mylots" %} Your lots {% endif %} {% if lot_view_type == "mywonlots" %} Won lots {% endif %} {% if lot_view_type == "user" %} {% if user == request.user %} Your lots{% else %} {% if user %}Lots from {{ user }}{%else%}Lots{%endif%} {% endif %} {% endif %} {% if auction %} for {{ auction }}{% endif %} {% endblock %} {% load static %} {% block content %} {% if routeByLastAuction and auction %}
{% endif %} {% if lotsAreHidden >= 0 %}{{lotsAreHidden}} categories are ignored{% endif %}