{% for scrapLog in scrapLogs %}
{% endfor %}
{% if scrapLogs.has_other_pages %}
{% endif %}
Name | Time | Status | Message |
---|---|---|---|
{{ scrapLog.name }} | {{ scrapLog.time }} | {% if scrapLog.status %} Success {% else %} Fail {% endif %} | {{ scrapLog.message }} |
-
{% if scrapLogs.has_previous %}