{% if request.user == quest.owner %}
Edit Quest
{% endif %}
LIVE
Live in: ({% if quest.live_time %}{{ localtime(quest.live_time).strftime('%Y-%m-%d %H:%M') }}{% endif %})
{% if request.user.is_authenticated %}
Profile
{% endif %}
{% if request.session.get("hide_chat") == True %}←{% else %}→{% endif %}