<% list = for {identifier, _} <- @commands do %> <% name = String.replace(identifier, "_", " ") %> <%= link(name, to: "##{identifier}") %> <% end %> <%= Enum.intersperse(list, " - ") %>

<%= if @members != [] do %> <% users = for {_acc, user, nick} <- @members, do: if(user, do: nick, else: content_tag(:i, nick)) %> <%= for u <- Enum.intersperse(users, ", ") do %> <%= u %> <% end %> <% end %>
<%= for {identifier, help} <- @commands do %> <%= if help do %>
<%= LSGWeb.LayoutView.liquid_markdown(@conn, help) %>
<% end %> <% end %>



Légende:
entre < >: argument obligatoire,
entre [ ]: argument optionel; [1 | ]: argument optionel avec valeur par défaut.




source: git.yt/115ans/sys