{% csrf_token %}
{{ user_want_form.want_choice }}
{{ user_want_form.want_choice_text }}
{{ user_want_form.want_skill }}
{% if want_results %}
User Wants
{% for row in want_results %} {% endfor %}
Description Remove
{{ row.want_choice_text }} Remove
{% endif %} {% if not_want_results %}
User Does not Want
{% for row in not_want_results %} {% endfor %}
Description Remove
{{ row.want_choice_text }} Remove
{% endif %}