rasqc  {%if tool_version and tool_version != ""%}version {{tool_version}}{%endif%}
tool execution details
user: {{username}}
date: {{day_name}} {{date}}
time: {{time}}
model: {{model_path}}
title: {{model_title}}
checksuite: {{checksuite}}
{%for res_type in ["note", "check"]%} {%if res_type in results_dict%}
{{res_type}}
{%for res_name, results in results_dict[res_type].items()%}
{{res_name.lower()}}
{%for result in results%}
{%if not result.message and result.result.value == "ok"%} {%elif is_valid_json(result.message)%} {%if message_style == "table"%} {%elif message_style == "indent"%} {%endif%} {%else%} {%endif%}
{{result.filename}} | ok{{pyobj_to_html_table(loads(result.message), body)}}{{pyobj_to_html_string(loads(result.message), body)}}{{result.message}}
{%endfor%}
{%endfor%} {%endif%} {%endfor%}
        
   __|   _` |   __|   _` |   __| 
  |     (   | \__ \  (   |  (    
 _|    \__._| ____/ \__. | \___| 
                        _|       {%if tool_version and tool_version != ""%}version {{tool_version}}{%endif%}