{% extends "base.html" %} {% load static %} {% block title %} {{ hackathon.name }} - Hackathon {% endblock title %} {% block content %} {% include "includes/sidenav.html" %}
{% if hackathon.is_ongoing %} Ongoing {% elif hackathon.has_ended %} Ended {% else %} Upcoming {% endif %}
{{ hackathon.time_remaining }}
{{ participant_count }}
{{ pr_count }}
{{ merged_pr_count }}
{{ total_views }}
{{ repo_data.repo.description }}
{% endif %}No repositories have been added to this hackathon yet.
{% endif %}{{ prize.description }}
{% if prize.value %}${{ prize.value }}
{% endif %} {% if prize.sponsor %}No prizes have been announced yet.
{% endif %}No contributions yet. Be the first to contribute!
{% endif %}No sponsors yet.
{% endif %} {% if hackathon.sponsor_note or hackathon.sponsor_link %}