{% extends "base.html" %} {% block title %}Help for {{ auction }}{% endblock %} {% load static %} {% block content %} {% include 'auction_ribbon.html' %}
Help and support
This video will walk you through the entire process of running your auction.
{% if not auction.is_online and auction.online_bidding != 'disable' %}

You've enabled online bidding on an in-person auction

Make sure to watch this video for details on how this process works! {% include 'youtube_embed.html' with videoId=auction.hybrid_tutorial chapters=auction.hybrid_tutorial_chapters %} The video below covers running a traditional in-person auction {% endif %} {% include 'youtube_embed.html' with videoId=auction.video_tutorial chapters=auction.video_tutorial_chapters %}
Still got questions?
The FAQ covers nearly all questions

Found a bug? Got a request for a new feature?
Open a GitHub issue
Github is the best place to report issues and suggest features, as other users can provide feedback.

Still need help?
Contact me at {{ admin_email | urlize }}
Please, watch the video and read the FAQ before emailing. This is a volunteer-run project and help is provided on a limited basis.
{% endblock %} {% block extra_js %} {% endblock %}