{% extends "base_event.html" %} {% block event_title %}New Action declared{% end %} {% block event_content %}

[ {{ [player['name'] for player in round_state['seats'] if player['uuid']==action['player_uuid']][0] }} ] {{ " declared " }} [ {{ action['action'] }} {% if action['action'] != "fold" %} {{ " $%s" % action['amount'] }} {% end %} ]

{% end %}