diff --git a/app/templates/monthReport.html b/app/templates/monthReport.html
index 6cc4bb3568bb36040b3a0e813bb7b003aea6826a..d4a34dc9941ff4b82737fb1efdea4a8195a55ba3 100644
--- a/app/templates/monthReport.html
+++ b/app/templates/monthReport.html
@@ -2782,7 +2782,7 @@
                       </div>
                     </div>
                     <div class="self_description">
-                      {{for one in single_fund.evaluation}}
+                      {% for one in single_fund.evaluation %}
                       <div class="self_description_item">
                         <div class="self_description_dot"></div>
                         <div class="self_description_text">
@@ -2887,89 +2887,6 @@
         </div>
       </div>
 
-      <!-- 历史收益 -->
-      <div class="mr_block7 have_sub_tb">
-        <!--标题-->
-        <div class="head_wrap clearfix">
-          <div class="head_title fl">
-            历史收益
-          </div>
-          <div class="head_logo_wrap fr">
-            <img src="./img/logo-blue.png" alt="">
-            <span class="com_brand_line"></span>
-            <span class="com_brand_name">
-              飞度工作室
-            </span>
-          </div>
-        </div>
-
-        <div class="history_content">
-
-          <div class="history_table">
-            <div class="history_head clearfix">
-              <div class="history_title fl">
-                【历史收益】
-              </div>
-            </div>
-
-            <table border="1">
-              <tr>
-                <th>投资策略</th>
-                <th>基金简称</th>
-                <th>购入时间</th>
-                <th>购入成本(万元)</th>
-                <th>赎回时间</th>
-                <th>赎回金额(万元)</th>
-                <th>盈亏(万元)</th>
-              </tr>
-              <tr>
-                <td rowspan="2">宏观策略</td>
-                <td>组合</td>
-                <td>2020-07-29</td>
-                <td>25.81</td>
-                <td>2020-07-29</td>
-                <td>300</td>
-                <td>1004.87</td>
-              </tr>
-              <tr>
-                <td>组合</td>
-                <td>2020-07-29</td>
-                <td>25.81</td>
-                <td>2020-07-29</td>
-                <td>300</td>
-                <td>1004.87</td>
-              </tr>
-              <tr class="back_gray">
-                <td>基金组合-刘先生</td>
-                <td>组合</td>
-                <td>2020-07-29</td>
-                <td>25.81</td>
-                <td>2020-07-29</td>
-                <td>300</td>
-                <td>1004.87</td>
-              </tr>
-            </table>
-
-          </div>
-
-          <div class="target_all2">
-            <div class="all2_title">
-              总体点评
-              <div class="all2_tri"></div>
-            </div>
-            <div class="all2_content">
-              <div class="all2_item">
-                <div class="all2_dot"></div>
-                <div class="all2_text">
-                  在保留综合性基金(富国创新,鹏华匠心,汇添富中盘)并增配申毅套利基金后,整体组合的波动率大幅降低,最大回撤从26%降到不足4%,年化收益提升1个点。
-                </div>
-              </div>
-            </div>
-          </div>
-
-        </div>
-      </div>
-
       <!-- 尾部 -->
       <div class="mr_block_end have_sub_tb">
         <!--标题-->