Problem Solver
Analysis Report
Problem
Analysis
{% if user_name and user_name != 'Anonymous' %}
Name
{{ user_name }}
{% endif %}
Date
{{ date }}
{% for section in sections %}
0{{ loop.index }}
{{ section.title }}
{{ section.html | safe }}
{% endfor %}