{% extends "global/Page.html" %}
{% load otree static %}
{% block title %}
Part 2: Smoking at public places
{% endblock %}
{% block content %}
In the context of smoking bans, the term smoking refers to both smoking and vaping.
Would you like to {% if player.smoke >= 2 %} smoke/vape {% else %} have smoking bans {% endif %} at work ?
{% formfield 'workpref' %}
Would you like to {% if player.smoke >= 2 %} smoke/vape {% else %} have smoking bans {% endif %} at restaurants/eateries ?
{% formfield 'eatpref' %}
Would you like to {% if player.smoke >= 2 %} smoke/vape at bars/nightclubs ?
{% else %} have smoking bans at bars/nightclubs? {% endif %}
{% formfield 'barpref' %}
{% next_button %}
{% endblock %}