{% if result %}

Analysis Complete

Strengths

    {% for strength in result.strengths %}
  • {{ strength }}
  • {% endfor %}

Weaknesses

    {% for weakness in result.weaknesses %}
  • {{ weakness }}
  • {% endfor %}

Opportunities

    {% for opportunity in result.opportunities %}
  • {{ opportunity }}
  • {% endfor %}

Threats

    {% for threat in result.threats %}
  • {{ threat }}
  • {% endfor %}
{% if result.analysis %}

Analysis Summary

{% endif %}
{% endif %}