{% extends "global/Base.html" %} {% load otree static %} {% block title %} Hasil {% endblock %} {% block content %} Metode yang dipilih: {% if elic_type == 'PE' %}Probability Equivalent{% elif elic_type == 'CE' %}Certainty Equivalent {% else %}Trade-off method{% endif%}

{% if elic_type == 'PE' %}Asumsi uniqueness: u({{prospect_min}}) = 0, u({{prospect_max}}) = 1
{% elif elic_type == 'CE' %}Asumsi uniqueness: u(0) = 0, u({{CE_max}}) = 1
{% else %}Asumsi uniqueness: u({{base}}) = 0, u({{TO_max}}) = 1
{% endif%} {% endblock %} {% block scripts %} {% endblock %}