Byrokracie Sklené 2023
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

10 lines
226 B

{% extends "hra/stanoviste/base.html" %}
{% load static %}
{% block stanoviste_content %}
{% if choice is None %}
{{ stanoviste.verejny_text | safe }}
{% else %}
<p>Vžum! 🌪️</p>
{% endif %}
{% endblock %}