{% extends 'base.html' %} {% load static %} {% block content %}

List of Upcoming Open Source Contests

{% for contest in contest_list %} {% if contest.approved %}
{{contest.name}}
{{contest.link}} {{contest.start_date}}-{{contest.end_date}} {{contest.description}}
{% endif %} {% endfor %}
{% endblock %}