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


افزودن نمره دو هفته ای کارنامه

{% csrf_token %}

نمره کارنامه

{{report_card.date}}

{{ report_card_form.score }} {% if report_card_form.score.errors %}
{% for error in report_card_form.score.errors %}

{{ error }}

{% endfor %}
{% endif %}
{% if not is_family_score_exists %}
{% else %}
شما قبلاً نمره‌ای برای "خانواده" وارد کرده‌اید.
{% endif %}
{% endblock %}