276 B
276 B
| 1 | 域名,端口,证书颁发时间,证书过期时间,证书天数,分组,备注 |
|---|---|
| 2 | {% for row in list -%} |
| 3 | {{row.domain}},{{row.port}},{{row.start_date or '-' }},{{row.expire_date or '-' }},{{row.real_time_expire_days}},{{row.group_name or '-' }},{{row.alias or '-' }} |
| 4 | {% endfor %} |