<%= if @stats == [] do %>

CATASTROPHE! Personne n'a bu!!!!

<% end %> <%= if @stats == %{} do %>

ENCORE PIRE! Aucune boisson enregistrée!

<% else %>

Classement 15 jours

Historique

<%= for {{{{account, date}, points, _active, cl, deg, nom, comment, _meta}, nick}, index} <- Enum.with_index(@drinks) do %> <% class = if(Integer.is_even(index), do: "bg-gray-50", else: "bg-white") %> <% date = DateTime.from_unix!(date, :millisecond) %> <% end %>
date nick    
<%= NolaWeb.LayoutView.format_time(date, false) %> <%= link nick, to: alcoolog_path(@conn, :nick, @network, nick) %> <%= cl %>cl <%= deg %>° <%= comment||"" %>
<% end %> <%= if @conn.assigns.account && (@network || @channel) do %> <%= link("alcoolog global", to: alcoolog_path(@conn, :index)) %> <% end %>