{% extends "base.html" %} {% block title %}画像ビューア - 画像収集クローラー{% endblock %} {% block nav %}{% endblock %} {% block content %}
閉じる アルバムモード
{{ nav.position }} / {{ nav.total }} · レス {{ image.res_no }} {% if image.file_size %}· {{ format_bytes(image.file_size) }}{% endif %}
{{ image.status.value }} {% if is_legendary %} 👑 殿堂入り {% endif %} {% if is_rare %} ★ レア(元サイトから消えた画像) {% endif %} 緊急ハイド中
🙈
非表示中
テンキー2で解除
{% if nav.prev_id %} 前の画像 {% endif %} {% if nav.next_id %} 次の画像 {% endif %} {% if is_video and has_media %} {% elif has_media %} 画像 {{ image.id }} {% elif image.thumb_path and file_exists(image.thumb_path) %} サムネイル {{ image.id }} {% else %}
ファイルがありません
{{ image.error_message or '' }}
{% endif %}
← 前へ {% if has_media %} {% endif %} 次へ →
テンキー 0=♥ 1=削除 2=緊急ハイド 3=👑殿堂入り
{% endblock %}