<%= if @header_contrast_warning == :poor do %>
Text may be hard to read
<% else %>
Text contrast could be better
<% end %>
The header text might blend into this background.
Try switching to a
<%= if @theme_settings.mood == "dark" do %>
lighter mood
<% else %>
dark mood
<% end %>
or choosing a different image.
<% end %>
<%= if @theme_settings.header_zoom > 100 do %>
<% end %>
<% end %>
<%= for entry <- @uploads.header_upload.entries do %>
{entry.progress}%
<%= for err <- upload_errors(@uploads.header_upload, entry) do %>
{error_to_string(err)}
<% end %>
<% end %>
<%= for err <- upload_errors(@uploads.header_upload) do %>