{% extends "base.html" %} {% block title %}MRWK Bounties{% endblock %} {% block content %}
Showing matches for “{{ query_text }}”.
{% endif %} {% if selected_repo or selected_issue_number %}Source filter:{% if selected_repo %} {{ selected_repo }}{% endif %}{% if selected_issue_number %} #{{ selected_issue_number }}{% endif %}. Clear source filter
{% endif %}{{ bounty.availability_note }}
{% endif %}{{ bounty.acceptance }}
No bounties match these filters.
{% else %}No bounties yet.
{% endif %} {% endfor %}