{% extends "global/Page.html" %} {% load otree %} {% block title %}Trustee{% endblock %} {% block content %} 你的組員分給你 {{group.total_allocate}} 點. 你拿這些點數投資, 使得點數增加為 {{group.point_increased}} 點. {% formfields %} {% next_button %} {% endblock %}