% title "Kontoauszug für #{@group.name}" %>
Kontostand: <%= number_to_currency(@group.account_balance) -%> (zuletzt aktualisiert vor <%= distance_of_time_in_words(Time.now, @group.account_updated) -%>)
<%= link_to 'Neue Transaktion', :action => 'new', :id => @group %>