<%= turbo_frame_tag :modal do %>
<%= icon_link_to "fa-close", table_character_character_sheet_sections_path(@stat.character.table, @stat.character), class: "icon-link" %>

<%= @stat.name %>

<%= form_with model: @stat, data: { controller: "auto-update" } do |f| %> <%= f.label :name %> <%= f.text_field :name %> <%= f.label :min_allowed, t(".min_allowed") %> <%= f.number_field :min_allowed %> <%= f.label :max_allowed, t(".max_allowed") %> <%= f.number_field :max_allowed %> <%= f.label :roll_command %> <%= f.text_field :roll_command %> <% end %>

<%= t(".dice_roll_types") %>

TODO: Add additional roll types here

<% end %>