{{ content }}
+From a7721a17975c45f6727e7e6dab77432bf09b3ab8 Mon Sep 17 00:00:00 2001 From: dengjinlai <936887607@qq.com> Date: Thu, 25 Jul 2024 16:59:42 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8A=E4=BC=A0=E6=96=87=E4=BB=B6=E8=87=B3?= =?UTF-8?q?=20input?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- input/report_template.html | 93 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 93 insertions(+) create mode 100644 input/report_template.html diff --git a/input/report_template.html b/input/report_template.html new file mode 100644 index 0000000..43a8e7b --- /dev/null +++ b/input/report_template.html @@ -0,0 +1,93 @@ +{% extends "base_template.html" %} + +{% block content %} +
{{ section.content }}
+{{ component.description }}
+{{ content }}
+{{ naming_rules }}
+当前版本:{{ version_management.current_version }}
+版本描述:{{ version_management.description }}
+版本状态:{{ version_management.status }}
+{{ classification_attributes }}
+| 列1 | +列2 | +列3 | +
|---|---|---|
| {{ row.col1 }} | +{{ row.col2 }} | +{{ row.col3 }} | +
{{ highlight_content }}
+{{ image.caption }}
+联系人:{{ contact.name }}
+电话:{{ contact.phone }}
+邮箱:{{ contact.email }}
+ {% else %} +暂无联系信息。
+ {% endif %} +