{% extends 'base.html' %} {% load static %} {% block content %} {% include 'profile/header.html' %} {% include 'profile/drawer.html' %}



کارنامه: {{ reportcard.title }}

{% include 'profile/message.html' %}
{% if reportcard.person.person_private_info.pic %} تصویر {% else %} تصویر پیش‌فرض {% endif %}

نام: {{ reportcard.person }}

حلقه: {{ reportcard.ring }}

سرگروه حلقه: {{ reportcard.ring.major }}

بازه زمانی: {{ reportcard.date }}

جزئیات:

{% for item in index_details %} {% empty %} {% endfor %}
ردیف عنوان شاخصه ضریب نمره
{{ forloop.counter }} {{ item.index.title }} {{ item.index.coefficient }} {% if item.details %} {{ item.details.score }} {% else %} - {% endif %}
شاخصه‌ای یافت نشد.
معدل کل: 0.00
{% endblock %}