{{ img.save_status.value }}
{{ img.status.value }}
{% if img.content_type and 'video' in img.content_type %}
動画
{% endif %}
{% if img.save_status.value == '保存済み' and img.file_path and not file_exists(img.file_path) %}
ファイルなし
{% endif %}
レス: {{ img.res_no }}
投稿: {{ img.post_datetime.strftime('%Y-%m-%d %H:%M') if img.post_datetime else '-' }}