% newer = prev_page_path(@conn, @statuses_with_authors) %>
<%= if newer do %>
<% end %>
<%= for {status, author} <- @statuses_with_authors do %>
-
<%= render "_status.html", conn: @conn, author: author, status: status, note: status.data["object"] %>
<% end %>
<% older = next_page_path(@conn, @statuses_with_authors) %>
<%= if older do %>
<% end %>