{% extends "base.html" %} {% block title %}Help with {{ job.description }}{% endblock %} {% block content %}
{% if job.bounty %} {{ auction.currency_symbol }}{{ job.bounty|floatformat:2 }} bounty {% else %} Volunteer {% endif %}
{% if job.canceled %}{{ job.spots_remaining }} spot{{ job.spots_remaining|pluralize }} left. Jobs are first come, first serve.
{% endif %}