{% comment %} FSM Updated Row Partial Template Generic template for rendering an updated table row after an FSM transition. Used as the default response template for FSMTransitionView. Required context: - object: The FSM-enabled model instance - user: The current user (usually request.user) Optional context: - transition_success: Whether a transition just succeeded - success_message: Success message to display (handled by toast) - show_actions: Whether to show action buttons (defaults to true) - row_class: Additional CSS classes for the row {% endcomment %} {% load fsm_tags %}