{% if user.username == workflow_detail.engineer %}
上线其他实例
{% endif %}
{% if is_can_review or is_can_execute or is_can_rollback or user.is_superuser %}
查看提交信息
{% endif %}
发起人
审批流程
当前审批
目标实例
数据库
发起时间
可执行时间范围
结束时间
备份
当前状态
组
类型
{{ workflow_detail.engineer_display }}
{{ audit_auth_group }}
{{ current_audit_auth_group }}
{{ workflow_detail.instance.instance_name }}
{{ workflow_detail.db_name }}
{{ workflow_detail.create_time }}
{% if workflow_detail.run_date_start and workflow_detail.run_date_end %}
{{ workflow_detail.run_date_start }} / {{ workflow_detail.run_date_end }}
{% else %}
无限制
{% endif %}