{% load staticfiles otree_tags %}
{% if not player.has_insurance%} business_center
You have no insurance against floods
In case of a flood you have to pay the full damage from your savings. {% elif player.has_insurance%} {%if player.level_deductible == 2 %} {%elif player.level_deductible == 1 %} {%else%} {%endif%}
You have mandatory insurance against floods
In exchange for a premium of {{premium}} each year, the
insurance company pays part of your damage in case of a flood. {% endif %}