{% extends "base_user.html" %} {% block scripts %} {% endblock %} {% block pagehead %}

{{ user.username }} - User Dashboard

{% endblock %} {% block content %}
{% ifequal next_steps 0 %}
{% endifequal %} {% ifequal next_steps 1 %}
{% endifequal %} {% ifequal next_steps 2 %}
{% endifequal %} {% ifequal next_steps 3 %}

{% for opt in opts %} {% endfor %}
ExperimentProject DescriptionSlice Description
{{opt.experiment.project_name}} : {{opt.experiment.slice_name}} {{opt.experiment.project_desc}} {{opt.experiment.slice_desc}}
{% endifequal %}
{% endblock content %}