ગુણ દાખલ પત્રક
* પ્રથમ પરિશિષ્ટ-અ ના ગુણ દાખલ કરો પછી પરિશિષ્ટ-બી ના ગુણ દાખલ કરો ત્યાર બાદ પરિણામ પત્રક (ગુણ દાખલ પત્રક) માં ગુણ દાખલ કરો.
{% for i in semester_data %}
{% if i.subject_name=='ગુજરાતી' %}
{% if i.mark_type=='sem' %}
{% endif %}
{% endif %}
{% if i.subject_name=='ગણિત' %}
{% if i.mark_type=='sem' %}
{% endif %}
{% endif %}
{% if i.subject_name=='પર્યાવરણ' %}
{% if i.mark_type=='sem' %}
{% endif %}
{% endif %}
{% if i.subject_name=='હિન્દી' %}
{% if i.mark_type=='sem' %}
{% endif %}
{% endif %}
{% if i.subject_name=='અંગ્રેજી' %}
{% if i.mark_type=='sem' %}
{% endif %}
{% endif %}
{% if i.subject_name=='વિજ્ઞાન અને ટેકનોલોજી' %}
{% if i.mark_type=='sem' %}
{% endif %}
{% endif %}
{% if i.subject_name=='સામાજિક વિજ્ઞાન' %}
{% if i.mark_type=='sem' %}
{% endif %}
{% endif %}
{% if i.subject_name=='સંસ્કૃત' %}
{% if i.mark_type=='sem' %}
{% endif %}
{% endif %}
{% endfor %}
{% for i in semester_data %}
{% if i.subject_name=='વ્યક્તિત્વ વિકાસ' %}
{% if i.mark_type=='vyakti' %}
{% endif %}
{% endif %}
{% endfor %}