{{ content }}
+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 %} +