{% extends 'backend/base.html' %} {% load i18n number_tags %} {% load url from future %} {% block application_nav %}
All
Scoring Completed
Direct Assessment
Medical Check Up
ODP
Gagal
{% if download %}
Download
{% endif %}
{% endblock %} {% block content %}
Search {% for field in search_form %} {{ field }} {% endfor %}
show {% if paging == 300 %}
25
{% endif %} {% if paging == 25 %}
300
{% endif %}
{% if action_form %}
{% csrf_token %}
Ubah status menjadi: {{ action_form.action }}
{% endif %}
{% for row in table.rows.page %} {% endfor %}
{{ table.columns.registration_number }}
{{ table.columns.name }}
{{ table.columns.user }}
{{ table.columns.gender }}
{{ table.columns.comment_count }}
{{ table.columns.score_auto|safe }}
{{ table.columns.score_manual|safe }}
{{ table.columns.score|safe }}
{{ table.columns.review }}
{{ row.registration_number }}
{{ row.name }}
{{ row.user }}
{{ row.gender }}
{{ row.comment_count }}
{{ row.score_auto }}
{{ row.score_manual }}
{{ row.score }}
{{ row.review }}
{% if table.page.has_previous %}
« Previous
{% endif %} Page {{ table.page.number }} of {{ table.paginator.num_pages }} {% if table.page.has_next %}
Next »
{% endif %}
{% endblock %}