{{ current_round.roundNo }}
Current Round
{{ current_round.endDate }}
Last date
{% extends "base.html" %}
{% load custom_tags %}
{% load static %}
{% block styling %}
.statistic:not(.last-stat){
border-right: 1px solid #e0e1e2 ;
}
.statistics th:not(.last-th){
border-right: 1px solid #dddddd;
}
{% endblock %}
{% block content %}
NAME | POSITION | CGPA | DATE | ACTIONS |
---|---|---|---|---|
{{ application.student.student.get_full_name }} | {{ application.project.title }} | {{ application.date }} |
|
Subject | CGPA |
---|---|
{{ requisite.Subject }} | {{ requisite.cgpa }} |
ROUND NUMBER | STUDENT | FACULTY | PROJECT |
---|---|---|---|
{{ allotment.roundNo }} | {{ allotment.student.student.get_full_name }} | {{ allotment.faculty.get_full_name }} | {{ allotment.project.title }} |