|
13 | 13 | letter-spacing: 0; |
14 | 14 | " |
15 | 15 | > |
16 | | - {% if user.username %} {{user.username}}님의 활동 리포트 {% else %} 활동 |
17 | | - 리포트 {% endif %} |
| 16 | + {% if user.username %} |
| 17 | + {{user.username}}님의 활동 리포트 |
| 18 | + {% else %} |
| 19 | + 활동 리포트 |
| 20 | + {% endif %} |
18 | 21 | </h2> |
19 | | - {% endif %} {% if insight.user_weekly_stats %} |
| 22 | + {% endif %} |
| 23 | + {% if insight.user_weekly_stats %} |
20 | 24 | <div |
21 | 25 | style=" |
22 | 26 | box-sizing: border-box; |
|
38 | 42 | " |
39 | 43 | > |
40 | 44 | <!-- 새 글이 없을 경우 해당 내용만 제거하고 표시 --> |
41 | | - {% if insight.user_weekly_stats.new_posts > 0 %} 저번 주에는 |
| 45 | + {% if insight.user_weekly_stats.new_posts > 0 %} |
| 46 | + 저번 주에는 |
42 | 47 | <span |
43 | 48 | style=" |
44 | 49 | box-sizing: border-box; |
|
50 | 55 | {{insight.user_weekly_stats.new_posts}}개의 글 |
51 | 56 | </span> |
52 | 57 | 을 작성하셨네요!<br /> |
53 | | - {% endif %} 👏 지난 한 주간 |
| 58 | + {% endif %} |
| 59 | + 👏 지난 한 주간 |
54 | 60 | <span |
55 | 61 | style=" |
56 | 62 | box-sizing: border-box; |
|
61 | 67 | > |
62 | 68 | {{insight.user_weekly_stats.views}}명 |
63 | 69 | </span> |
64 | | - 이 {% if user.username %} {{user.username}}님의 {% endif %} 포스트를 |
| 70 | + 이 |
| 71 | + {% if user.username %} |
| 72 | + {{user.username}}님의 |
| 73 | + {% endif %} 포스트를 |
65 | 74 | 읽었어요.<br /> |
66 | 75 | 그리고 |
67 | 76 | <span |
|
87 | 96 | </span> |
88 | 97 | </p> |
89 | 98 | </div> |
90 | | - {% endif %} {% if insight.user_weekly_reminder %} |
| 99 | + {% endif %} |
| 100 | + {% if insight.user_weekly_reminder %} |
91 | 101 | <div |
92 | 102 | style=" |
93 | 103 | box-sizing: border-box; |
|
124 | 134 | letter-spacing: 0; |
125 | 135 | " |
126 | 136 | > |
127 | | - {% if insight.user_weekly_reminder.title %} 지난번엔 |
128 | | - "{{insight.user_weekly_reminder.title}}" (이)라는 제목의 글을 |
129 | | - 작성하셨네요!<br /> |
130 | | - {% endif %} 다음 주에 새로운 글을 발행하시면 저희가 분석해드려요.<br /> |
| 137 | + {% if insight.user_weekly_reminder.title %} |
| 138 | + 지난번엔 |
| 139 | + "{{insight.user_weekly_reminder.title}}" (이)라는 제목의 글을 |
| 140 | + 작성하셨네요!<br /> |
| 141 | + {% endif %} |
| 142 | + 다음 주에 새로운 글을 발행하시면 저희가 분석해드려요.<br /> |
131 | 143 | 다음주엔 꼭 분석해드리고 싶네요! 화이팅! 💪<br /> |
132 | 144 | <br /> |
133 | 145 | TIP: |
|
192 | 204 | </p> |
193 | 205 | {% endif %} |
194 | 206 | </div> |
195 | | - {% endif %} {% if insight.trending_summary %} |
| 207 | + {% endif %} |
| 208 | + {% if insight.trending_summary %} |
196 | 209 | <h3 |
197 | 210 | style=" |
198 | 211 | box-sizing: border-box; |
|
346 | 359 | </tr> |
347 | 360 | </table> |
348 | 361 | </div> |
349 | | - {% endfor %} {% endif %} {% if insight.trend_analysis %} |
| 362 | + {% endfor %} |
| 363 | + {% endif %} |
| 364 | + {% if insight.trend_analysis %} |
350 | 365 | <div style="box-sizing: border-box; margin-top: 40px"> |
351 | 366 | <h3 |
352 | 367 | style=" |
|
387 | 402 | > |
388 | 403 | {{ insight.trend_analysis.hot_keywords|join:", " }} |
389 | 404 | </p> |
390 | | - {% endif %} {% if insight.trend_analysis.title_trends %} |
| 405 | + {% endif %} |
| 406 | + {% if insight.trend_analysis.title_trends %} |
391 | 407 | <h4 |
392 | 408 | style=" |
393 | 409 | box-sizing: border-box; |
|
414 | 430 | > |
415 | 431 | {{ insight.trend_analysis.title_trends }} |
416 | 432 | </p> |
417 | | - {% endif %} {% if insight.trend_analysis.content_trends %} |
| 433 | + {% endif %} |
| 434 | + {% if insight.trend_analysis.content_trends %} |
418 | 435 | <h4 |
419 | 436 | style=" |
420 | 437 | box-sizing: border-box; |
|
441 | 458 | > |
442 | 459 | {{ insight.trend_analysis.content_trends }} |
443 | 460 | </p> |
444 | | - {% endif %} {% if insight.trend_analysis.insights %} |
| 461 | + {% endif %} |
| 462 | + {% if insight.trend_analysis.insights %} |
445 | 463 | <h4 |
446 | 464 | style=" |
447 | 465 | box-sizing: border-box; |
|
0 commit comments