【{{ model_name }}】{{ operation_text }} 通知

数据类型{{ model_name }}
{% if operation_hint %}
操作说明{{ operation_hint }}
{% endif %}
操作时间{{ timestamp|default:'未知' }}
操作用户{{ user_info|default:'系统' }}
{% if data_items and data_items|length %}
{% for it in data_items %} {% endfor %}
{% endif %}