{% 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" %}
Type: {{ submission.get_contribution_type_display }}
Status: {{ submission.get_status_display }}
Transaction: {{ submission.get_transaction_status_display }}
Bacon Amount: {{ submission.bacon_amount }}
{{ submission.description }}
{% if is_mentor %}GitHub Username: {{ submission.user.username }}
BCH Address: {{ submission.user.userprofile.bch_address }}
No submissions found.
{% endfor %}