{% extends "base.html" %} {% load static %} {% block content %}

Select a Category



{% if messages %} {% endif %}
{% csrf_token %}
{% if "Plan" not in completed_categories %} {% endif %} {% if "Collect" not in completed_categories %} {% endif %} {% if "Analyze" not in completed_categories %} {% endif %} {% if "Share" not in completed_categories %} {% endif %} {% if "QA" not in completed_categories %} {% endif %} {% if "Re-Use" not in completed_categories %} {% endif %}


Completed Categories

{{ progress_percentage }}% answered
{% endblock %}