{% extends 'accounts/base.html' %} {% block title %}Sign Up{% endblock title %} {% block content %}

Select Your Stream


{% for stream in stream_list %} {{stream.name}} {% endfor %}
{% endblock content %}