{% extends 'swot/swot_base.html'%} {% block body_block %}

Welcome to a list of all the Purposes!

    {% for p in purposes %}

  1. {{p.purpose}}
  2. {% endfor %}
{% endblock %}