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



لیست شاخصه‌ها

{%include 'profile/message.html'%} ایجاد شاخصه جدید
{% for index in indices %} {% empty %} {% endfor %}
# عنوان ضریب عملیات
{{ forloop.counter }} {{ index.title }} {{ index.coefficient }}
شاخصه‌ای یافت نشد.
{% endblock %}