{% extends 'base.html' %} {% block title %}Riwayat Analisis{% endblock %} {% block content %}
Reset
{% for p in data.items %} {% else %} {% endfor %}
#KomentarLabelConfidenceSumberWaktuAksi
{{ (data.page - 1) * data.per_page + loop.index }}
{{ p.komentar }}
{{ p.label_hasil }} {{ p.confidence }}% {% if p.user_id == current_user.id %} Milik Saya {% else %} Data Admin {% endif %} {{ p.created_at | wib }} {% if p.user_id == current_user.id %}
{% else %} Global {% endif %}

Belum ada riwayat yang sesuai dengan filter/pencarian. Mulai analisis →

{% if data.pages > 1 %}
{% endif %}
{% endblock %}