{% extends "global/Base.html" %} {% load staticfiles %} {% load otree_tags %} {% block styles %} {% endblock %} {% block title %} Summary of return simulations {% endblock %} {% block content %} {% for row in inputs %} {% endfor %}
Return simulation Asset 1 Asset 2
{{ row.sample_number }} {{ row.r1 }} {{ row.r2 }}
 
  {% next_button %}  
{% endblock %}