{{ current_round.roundNo }}
Current Round
{{ current_round.endDate }}
Last date
{% extends "base.html" %}
{% load custom_tags %}
{% block styling %}
{% load static %}
.statistic:not(.last-stat){
border-right: 1px solid #e0e1e2 ;
}
.statistics th:not(.last-th){
border-right: 1px solid #dddddd;
}
{% endblock %}
{% block content %}
FACULTY NAME | PROJECT TITLE | CONTACT DETAILS | OPEN POSITIONS | ACTIONS |
---|---|---|---|---|
{{ position.faculty.get_full_name }} | {{ position.title }} | {{ position.contact_details }} | {{ position.total_positions }} |
{% if applicationDetails and not applicationDetails.alloted_project %}
{% endif %}
|