{% extends "base.html" %} {% block title %}Recruit volunteers for {{ auction }}{% endblock %} {% block content %} {% include "auction_ribbon.html" %}
Use this page to get help from users in your auction. This will send a notification to people with the mobile app who can volunteer to help with the job you specify. {{ helper_count }} reachable
| Job | Signed up | Bounty | Created | |
|---|---|---|---|---|
| {{ job.description }} {% if job.canceled %}canceled {% elif job.is_full %}full{% endif %} | {{ job.signups_count }} / {{ job.people_needed }} | {% if job.bounty %}{{ auction.currency_symbol }}{{ job.bounty|floatformat:2 }}{% else %}Volunteer{% endif %} | {{ job.created_at|date:"M j, g:i a" }} | {% if not job.canceled and not job.is_full %} {% endif %} |