{% block title %} Scenario {{ player.round_number }}: {{ config.page_title }} {% endblock %} {% block content %} {{ if session.config.development }} {{ endif }} {% if app_name == "books" %} {% include "welfare_study/includes/app_books.html" %} {% elif app_name == "misuse" %} {% include "welfare_study/includes/app_misuse.html" %} {% elif app_name == "surveillance" %} {% include "welfare_study/includes/app_surveillance.html" %} {% elif app_name == "eggs" %} {% include "welfare_study/includes/app_eggs.html" %} {% elif app_name == "song" %} {% include "welfare_study/includes/app_song.html" %} {% elif app_name == "catfishing" %} {% include "welfare_study/includes/app_catfishing.html" %} {% endif %} {% endblock %}