You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

27 lines
631 B

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>捐赠物</title>
</head>
<body>
<div align="center">
<br>
<table width="600" cellpadding="5" align="center" border="1" cellspacing="0">
<th align="center" colspan="4">捐赠物</th>
<tr>
<td>快递单编号</td>
<td>仓库编号</td>
</tr>
{% for item in jzw_list %}
<tr>
<td>{{item.hdbh}}</td>
<td>{{item.ckbh}}</td>
</tr>
{% endfor %}
</table>
<div>
</body>
</html>