{% extends 'base/base.html' %} {% load static %} {% block title %} {{ object.title }} {% endblock %} {% block body %} {% include 'base/nav-bar.html' %}

GSoC

Card image cap

{{ object.title }}

{{ object.organization }}

{{ object.description }}

Mentors: {{ object.mentors }}

{{ object.user.first_name }} {{ object.user.last_name }}, {{ object.date }}

{% if edit_permission %} {% endif %}
{% include 'base/footer.html' %} {% endblock %}