Contributions
{% if contribution_list %}
{% if request.user.is_authenticated %}
{% endif %}
{% else %}
| Student | Organisation | Title | Bug id | Date |
|---|---|---|---|---|
| {{ object.user.first_name }} {{ object.user.last_name }} | {{ object.organisation }} | {{ object.title }} | {{ object.contribution_id }} | {% for i in range %} {% ifequal object.date.month i %}{{ month|index:i }}, {{ object.date.year }} | {% endifequal %} {% endfor %}
No records found! Sorry, no data to be loaded.
{% if request.user.is_authenticated %}
{% endif %}
{% endif %}
GSoC
{% if gsoc_list %}
{% if request.user.is_authenticated %}
{% endif %}
{% else %}
| Student | Organisation | Title | Mentors | Date |
|---|---|---|---|---|
| {{ object.user.first_name }} {{ object.user.last_name }} | {{ object.organization }} | {{ object.title }} | {{ object.mentors }} | {% for i in range %} {% ifequal object.date.month i %}{{ month|index:i }}, {{ object.date.year }} | {% endifequal %} {% endfor %}
No records found! Sorry, no data to be loaded.
{% if request.user.is_authenticated %}
{% endif %}
{% endif %}
Articles
{% if article_list %}
{% if request.user.is_authenticated %}
{% endif %}
{% else %}
| Student | Magazine | Title | Area | Date |
|---|---|---|---|---|
| {{ object.user.first_name }} {{ object.user.last_name }} | {{ object.magazine }} | {{ object.title }} | {{ object.area }} | {% for i in range %} {% ifequal object.date.month i %}{{ month|index:i }}, {{ object.date.year }} | {% endifequal %} {% endfor %}
No records found! Sorry, no data to be loaded.
{% if request.user.is_authenticated %}
{% endif %}
{% endif %}
Internships
{% if intern_list %}
{% if request.user.is_authenticated %}
{% endif %}
{% else %}
| Student | Organisation | Title | Type | Date |
|---|---|---|---|---|
| {{ object.user.first_name }} {{ object.user.last_name }} | {{ object.organisation }} | {{ object.title }} | {{ object.type }} | {% for i in range %} {% ifequal object.date.month i %}{{ month|index:i }}, {{ object.date.year }} | {% endifequal %} {% endfor %}
No records found! Sorry, no data to be loaded.
{% if request.user.is_authenticated %}
{% endif %}
{% endif %}
Talks
{% if speaker_list %}
{% if request.user.is_authenticated %}
{% endif %}
{% else %}
| Student | Conference, location | Title | type | Date |
|---|---|---|---|---|
| {{ object.user.first_name }} {{ object.user.last_name }} | {{ object.conference_name }}, {{ object.location }} | {{ object.title }} | {{ object.type }} | {% for i in range %} {% ifequal object.date.month i %}{{ month|index:i }}, {{ object.date.year }} | {% endifequal %} {% endfor %}
No records found! Sorry, no data to be loaded.
{% if request.user.is_authenticated %}
{% endif %}
{% endif %}
Contests
{% if speaker_list %}
{% if request.user.is_authenticated %}
{% endif %}
{% else %}
| Student | Title | Rank | Contest Id | Solved problems | Date |
|---|---|---|---|---|---|
| {{ object.user.first_name }} {{ object.user.last_name }} | {{ object.title }} | {{ object.ranking }} | {{ object.contest_id }} | {{ object.problems_solved }} | {% for i in range %} {% ifequal object.date.month i %}{{ month|index:i }}, {{ object.date.year }} | {% endifequal %} {% endfor %}
No records found! Sorry, no data to be loaded.
{% if request.user.is_authenticated %}
{% endif %}
{% endif %}