{% extends 'core/base.html' %} {% load humanize %} {% block content %}
{{ message.content }}
IP: {{ message.ip_address|default:"未知" }}暂无留言
{% endif %}{{ content.content|truncatechars:200 }}
{% endif %} {% if content.file %} 下载文件 {% endif %} {% if content.is_temp_file and content.expire_at %} {{ content.expire_at|naturaltime }}过期 {% endif %}