Added Rule Details:
FlowSpace:
{% for fs in opt_fs %}
{{fs}}
{% endfor %}
Slice Info:
Project Name: {{opt.experiment.project_name}}
Project Description: {{opt.experiment.project_desc}}
Slice Name: {{opt.experiment.slice_name}}
Slice Description: {{opt.experiment.slice_desc}}
Slice ID: {{opt.experiment.slice_id}}
Owner Contact: {{opt.experiment.owner_email}}
FlowSpace:
{% for fs in allfs %}{{fs}}
{% endfor %}