<%=t ['Seznam projektů/vlastníků','Owner/project list'] %>

<% for account in @accounts %> <% end %>
seq název poznámky <%=t ['akce','actions'] %>
<%=h account.seq %> <%=h account.popis %> <%=h account.poznamky %> <%= link_to t(['Přehled','Overview']), :action => 'show', :id => account %> | <%= link_to t(['Úprava','Edit']), :controller=> :account,:action => 'edit', :id => account %> ( <%= link_to t(['Výsledovka','Výsledovka']), :controller=> :account, :action => 'vysledovka', :id => account %> | <%= link_to t(['Přehled toků','Flow summary']), :controller=> :account, :action => 'show_summary', :id => account %> )

<%= link_to t(['Nový účet','New account']), :action => 'new' %>