Name: <%= @customer.customer_name %>
DOB: <%= @customer.dob %>
Type: <%= @customer.customer_type&.name %>
Contact: <%= @customer.mobile_1 %> | <%= @customer.mobile_2 %>
Address: <%= [@customer.address_1, @customer.address_2, @customer.city, @customer.country].compact.join(", ") %>
Email: <%= @customer.email %>
Relation: <%= n.relation %>
Phone: <%= n.mobile_1 || n.phone %>
No next of kin added.
<% end %>ID Type: <%= rep.id_type %>
ID Number: <%= rep.id_number %>
Gender: <%= rep.gender %>
Issuing Country: <%= rep.issuing_country %>
| Type | Title | Preview | Uploaded At | Download |
|---|---|---|---|---|
| <%= document.title.presence || file.filename.to_s %> | <% if file.image? || file.content_type.include?("pdf") %> <% else %> N/A <% end %> | <%= document.created_at.strftime("%d %b %Y %H:%M") %> | <%= link_to "⬇ Download", rails_blob_url(file, disposition: "attachment"), class: "btn btn-primary btn-sm", target: "_blank" %> |
No documents available.
<% end %>| Type | Title | Preview | Uploaded At | Download |
|---|---|---|---|---|
| <%= document.title.presence || file.filename.to_s %> | <% if file.image? || file.content_type.include?("pdf") %> <% else %> N/A <% end %> | <%= document.created_at.strftime("%d %b %Y %H:%M") %> | <%= link_to "⬇ Download", rails_blob_url(file, disposition: "attachment"), class: "btn btn-primary btn-sm", target: "_blank" %> |
No documents available.
<% end %>