Untitled

 avatar
unknown
plain_text
a year ago
6.1 kB
5
Indexable
{% if email|is_hr_men_filled %}
                            <li>
                                <a href="#" class="btn btn-link" data-bs-toggle="collapse" data-bs-target="#collapseConsentForm"
                                    aria-expanded="true" aria-controls="collapseConsentForm" style="font-weight: 600; font-size: 16px; color:#211D70;">
                                    Submit Consent Form
                                </a>
                                <span style="color:#F50909;">to complete your admission.</span>
                            </li>
                            {% endif %}
                            {% if not document_submission_flag %}
                            <li>
                                &nbsp;&nbsp;<span style="color:red">Further upload of documents (except deferred documents) for applications for this
                                    program has now been stopped.
                                </span>
                            </li>
                            {% endif %}
                            {%if not user.email|get_reviewers_status and not user.email|get_certificate_payfee_text %}
                            <li>
                                &nbsp;&nbsp;<span>In case the Application form doesnt download automatically, please click on Download Application PDF
                                    Copy Link to download the Application PDF.
                                </span>
                            </li>
                            {% endif %}
                            {%if user.email|get_payfee_permission %}
                            <li>
                                {% with program=user.email|get_ELOA_program %}
                                &nbsp;&nbsp;<span>Your email ID is registered for application fee waiver for the programme {{ program }} as your organization
                                will bear the same.
                                </span>
                                {% endwith %}
                            </li>
                            {% endif %}
                            {% if user.email|get_deffered_mandatory_doc_submitted_status %}
                            <li>
                                &nbsp;&nbsp;<span style="color:red;">
                                    You have documents that will need to be submitted at a later date. <br>
                                    Please ensure that the same are submitted in stipulated time. Else your admission offer may get revoked.<br>
                                </span>
                            </li>
                            {% endif %}
                            {% if user.email|stuID %}
                            {% if user.email|is_verified %}
                            <li>
                                &nbsp;&nbsp;<span>Name verification by BITS completed. This is the name you will see in all communication sent to you by BITS and on your degree certificate. Your verified name is - <span style="font-size:16px;color:red;"><u>{% vr_name user.email %}</u></span>.</span>
                            </li>
                            {% else %}
                            <li>
                                &nbsp;&nbsp;<span>Name verification pending by BITS.</span>
                            </li>
                            {% endif %}
                            {% endif %}
                            {%if user.email|is_ELOA_mail_send_shortlist %}
                            <li>
                                &nbsp;&nbsp;<span class="text-center">Your ID is registered for Admission Fee waiver. Your Admissions Fees will be paid by your employer.</span>
                            </li>
                            {%endif%}
                            {% if user.email|get_admission_permission or user.email|get_waiver_roll_no %}
                            <li>
                                &nbsp;&nbsp;<span>Please note that the student ID mentioned will be your ID throughout the duration of the program.</span>
                            </li>
                            {% endif %}
                        </ul>
                    </div>
                </div>
                {% if user.email|get_admission_fee_payed_status %}
                <div class="row text-center fw-semibold">
                    <span>
                        <a href={% url 'registrationForm:offer-letter' %} target="_blank">View / Download Offer Letter</a>
                        {%if user.email|admission_fee_pay %}
                        |&nbsp;<a href={% url 'registrationForm:pay-admission-fee'  %} target="_blank">Download Admission Fee Receipt</a>
                        {% endif %}                
                    </span>
                </div>
                {% endif %} 





        <!-- Mentor and Hr Form -->
        {% if email|is_hr_men_filled %}
        <div class="row">
            <div class="accordion" id="accordionConsentForm">
                <div class="accordion-item">
                    <h4 class="accordion-header" id="headingConsentForm">
                        <button class="accordion-button" type="button" data-bs-toggle="collapse" data-bs-target="#collapseConsentForm" aria-expanded="false" aria-controls="collapseDeffered" style="font-size:1.75rem; font-weight:700; color:rgb(12, 12, 112);">
                            Consent Form
                        </button>
                    </h4>
                    <div id="collapseConsentForm" class="accordion-collapse collapse" aria-labelledby="headingConsentForm" data-bs-parent="#accordionConsentForm">
                        <div class="accordion-body">
                            <div class="container table-responsive">
                                <br>
                                <form method='post' enctype="multipart/form-data">
                                {% csrf_token %}
                                </form>
                            </div>
                        </div>
                    </div>
                </div>
            </div>
        </div>
        {% endif %}
Editor is loading...
Leave a Comment