{% extends "global/Page.html" %}
{% load otree static %}
{% block content %}
{% comment %} include the form {% endcomment %}
{% formfields %}
Completion Code: {{ completion_code }}
{% comment %} Display a variable from the models.py{% endcomment %}
Base Payment: {{ Constants.base_payment }}
Hello World!
{% comment %} A Table in HTML {% endcomment %}
Column 1 | Column 2 |
First Entry | Second Entry |