{% extends "base.html" %} {% block content %}
| score | source | title | status | actions |
|---|---|---|---|---|
| {{ t.score }} {% if t.boost > 0 %}(+{{ t.boost }}){% endif %} | {{ t.source }} |
{{ t.title }}
{% if t.url %}{{ t.url }}{% endif %}
{% if t.keyword_hits %}
{% for k in t.keyword_hits %}{{ k }}{% endfor %}
{% endif %}
|
{% if t.status == 'queued' %}queued
{% elif t.status == 'failed' %}failed · {{ t.fail_count }}
{% elif t.status == 'blocked' %}blocked
{% elif t.status == 'selected' %}selected
{% else %}{{ t.status }}{% endif %}
{% if t.last_error %} {{ t.last_error }} {% endif %}
|
{% if t.status in ['failed', 'blocked'] %} {% endif %} |
| 큐가 비어있습니다. 소스 폴링을 기다리거나 위에서 수동 추가하세요. | ||||