392 B
392 B
| 1 | 域名,注册时间,到期时间,剩余天数,分组,标签,主办单位名称,ICP备案/许可证号,备注 |
|---|---|
| 2 | {% for row in list -%} |
| 3 | {{row.domain}},{{row.domain_start_date or '-' }},{{row.domain_expire_date or '-' }},{{row.real_domain_expire_days}},{{row.group_name or '-' }},{{row.tags_str or '-' }},{{row.icp_company or '-' }},{{row.icp_licence or '-' }},{{row.comment or '-' }} |
| 4 | {% endfor %} |