{% extends "base.html" %} {% block title %}我的申诉{% endblock %} {% block content %}

我的申诉记录

{% if appeals.items %}
{% for appeal in appeals.items %} {% endfor %}
ID 针对站点 状态 提交时间 最后更新 操作
#{{ appeal.id }} {{ appeal.blacklist_entry.pt_site if appeal.blacklist_entry else '已删除' }} {{ appeal.status | translate_status }} {{ (appeal.created_at | to_beijing_time).strftime('%Y-%m-%d %H:%M') }} {{ (appeal.updated_at | to_beijing_time).strftime('%Y-%m-%d %H:%M') }} 查看详情
{% if appeals.pages > 1 %} {% endif %} {% else %}

您还没有提交过任何申诉。

{% endif %} {% endblock %}