{% extends 'dashboard_layout.html' %} {% block content %} {% load static %}
Study Schedule :
User Name | {{schedule.userId.firstName}} {{schedule.userId.lastName}} |
---|---|
Payment Status | {% if schedule.payment_status is not none %} {% if schedule.payment_status == True %} Successful {% else %} Pending {% endif %} {% else %} N.A. {% endif %} |
Download Excel | |
Input Criteria | {% if schedule.inputCriteria is not none %} {% else %} N.A. {% endif %} |
Schdeule Plan Details | {% if schedule.inputCriteria is not none %} {% else %} N.A. {% endif %} |
Every Three Modules | {% if schedule.inputCriteria is not none %} {% else %} N.A. {% endif %} |
Pre Study Rediness Schdeule | {% if schedule.preStudyRedinessScheduleDetails is not none %} {% else %} N.A. {% endif %} |
Suggested Final Review | {% if schedule.suggestedFinalReview is not none %} {% else %} N.A. {% endif %} |
Topics List | {% if schedule.topicsList is not none %} {% else %} N.A. {% endif %} |
Evening Review | {% if schedule.eveningReview is not none %} {% else %} N.A. {% endif %} |
Schdeule Plan Details | {% if schedule.schedulePlanDetails is not none %} {% else %} N.A. {% endif %} |
Rebase Hours | {% if schedule.rebaseHours is not none %} {{schedule.rebaseHours}} {% else %} N.A. {% endif %} |
Created At | {{schedule.createdAt}} |