Poirot reporting back: {{ info['repo_url'] }} {% for term in data %}{% if data[term] | length > 0 %} Pattern: {{term}} {% if info['patterns'][term] %}Description: {{ info['patterns'][term] }}{%endif%}{% if info['staged']%}{% for file in data[term]['staged']['files'] %} File: {{file['file']}} {%for match in file['matches']%} Line {{match['line']}} {{match['text']|wrap(80, 5)|strip}} {%endfor%}{%endfor%}{%else%} {% for commit in data[term] %} Commit: {{info['repo_url']}}/commit/{{commit}} Author: {{data[term][commit]['author_name']}}, {{data[term][commit]['author_email']|strip}} Date: {{data[term][commit]['author_date']}}{% if data[term][commit]["message"]%} Commit Message {{data[term][commit]["message"]|wrap(80, 5)|strip}} {%endif%}{% for file in data[term][commit]['files']%} File: {{file['file']}} {%for match in file['matches']%} Line {{match['line']}} {{match['text']|wrap(80, 5)|strip}} {%endfor%}{%endfor%}{%endfor%}{%endif%}{%endif%}{%endfor%}