<%# Where the request to display the branding comes from. %>
<% if f.object.banner_info[:file] %>
<%= f.object.banner_info[:file] %>
<% if f.object.banner_info[:relative_path] %>
<%= image_tag(f.object.banner_info[:relative_path],
size: "800x100",
alt: f.object.banner_info[:alttext].presence || f.object.banner_info[:file]) %>
<% end %>