{% extends "base.html" %} {% load static %} {% block title %}GitHub Issues - {{ block.super }}{% endblock %} {% block description %} Browse through all GitHub issues and pull requests {% endblock description %} {% block keywords %} GitHub Issues, Pull Requests, Open Source, Contributions {% endblock keywords %} {% block og_title %} GitHub Issues - Track and Browse GitHub Issues {% endblock og_title %} {% block og_description %} Explore all GitHub issues and pull requests. Track progress and contribute to open source. {% endblock og_description %} {% block content %} {% include "includes/sidenav.html" %}

Bacon Requests

{% for submission in submissions %}

{{ submission.user.username }}

GitHub PR

Type: {{ submission.get_contribution_type_display }}
Status: {{ submission.get_status_display }}
Transaction: {{ submission.get_transaction_status_display }}
Bacon Amount: {{ submission.bacon_amount }}

{% if is_mentor %} {% endif %}
{% empty %}

No submissions found.

{% endfor %}
{% if is_mentor %} Initiate Transaction {% endif %} Check Transaction Status
{% endblock content %}