{{ extends 'global/Page.html' }} {{ block title }}Your Order{{ endblock }} {{ block content }} {{ if participant.positive == 1 }}
Keni porositur {{ participant.final_order }} njesi me kosto {{ final_cost }}.
Kerkesa ishte {{ C.FINAL_DEMAND }} njesi.
Ju fituat {{ final_earn }}.
{{ next_button }} {{ endif }} {{ if participant.positive == 0 }}Ju porositet {{ participant.final_order }} njesi.
Kerkesa ishte {{ C.FINAL_DEMAND }} njesi.
Kompania humbi {{ final_loss }}.
{{ next_button }} {{ endif }} {{ if participant.positive == 2 }}Ju porositet {{ participant.final_order }} njesi me kosto {{ final_cost }}.
Kerkesa ishte {{ C.FINAL_DEMAND }} njesi.
{{ if C.FINAL_DEMAND >= participant.final_order }}Gjithçka që keni porositur është shitur dhe ka gjeneruar të hyra prej {{ final_revenue }}.
{{ endif }} {{ if C.FINAL_DEMAND > participant.final_order }}Për shkak të mos perputhjes se kërkesës, kompania juaj duhej të bënte një porosi të nxituar me një kosto prej {{ final_loss }}.
{{ endif }} {{ if C.FINAL_DEMAND < participant.final_order }}Ju gjeneruat te hyra prej {{ final_revenue }}.
{{ endif }}Kompania juaj fitoj {{ final_earn2 }}.