+ {{ record.title }} +
+ + {% if record.location %} ++ + {{ record.location.name }} +
+ {% endif %} +From 345aa44dc21406b19f2abf5d2cff59ded8440ab4 Mon Sep 17 00:00:00 2001
From: 1wltn <1jisoo0120@gmail.com>
Date: Fri, 31 Jul 2026 15:43:59 +0900
Subject: [PATCH 01/17] =?UTF-8?q?feat:=20=EA=B8=B0=EB=A1=9D=20=EB=AA=A9?=
=?UTF-8?q?=EB=A1=9D=20=ED=8E=98=EC=9D=B4=EC=A7=80=20=EA=B5=AC=ED=98=84?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
diary/templates/diary/list.html | 481 +++++++++++++++++++++++++++++++-
1 file changed, 480 insertions(+), 1 deletion(-)
diff --git a/diary/templates/diary/list.html b/diary/templates/diary/list.html
index 991f6b9..6f40002 100644
--- a/diary/templates/diary/list.html
+++ b/diary/templates/diary/list.html
@@ -1,3 +1,482 @@
+
+
{% extends "base.html" %}
-{% block content %}{% endblock %}
+{% load static %}
+
+{% block title %}다이어리 목록 | HeartMark{% endblock %}
+
+{% block extra_css %}
+
+{% endblock %}
+
+{% block content %}
+
+
+ {{ record.location.name }}
+
+ 감정을 선택하면 해당 감정으로 남긴 기록을 확인할 수 있어요.
+
+
+ {{ record.location.name }}
+
+ 해당 감정의 기록이 없어요.
+
+ 다른 감정을 선택해 보세요.
+
+ 장소를 선택하면 그곳에서 남긴 기록을 확인할 수 있어요.
+
+
+ {{ record.location.name }}
+
+ 해당 장소의 기록이 없어요.
+
+ 다른 장소를 선택해 보세요.
+ 전체 기록
+
+ {{ records|length }}개
+
+
+ {% else %}
+
+ {% else %}
+
+ {{ record.emotion.name }}
+
+ {% endif %}
+
+ {{ record.title }}
+
+
+ {% if record.location %}
+ 감정별 기록
+
+ {% else %}
+
+ {% else %}
+
+ {{ record.emotion.name }}
+
+ {% endif %}
+
+ {{ record.title }}
+
+
+ {% if record.location %}
+ 장소별 기록
+
+ {% else %}
+
+ {% else %}
+
+ {{ record.emotion.name }}
+
+ {% endif %}
+
+ {{ record.title }}
+
+
+ {% if record.location %}
+