hashdo-in2assets
Version:
in2assets card pack.
70 lines (54 loc) • 1.43 kB
text/jade
extends /card
block content
if locals.reference
.auction-title
span Property
.swiper-container
.swiper-wrapper
each image in locals.images
.swiper-slide
img(src= image, width='225', height='143')
.swiper-pagination
.property-details
h3= locals.shortDescription
table
tr
td.label Ref:
td= locals.reference
tr
td.label Address:
td= locals.address
tr
td.label Contact:
td= locals.contact
tr
td.label Cell:
td
a.external(href='tel:' + locals.cell)= locals.cell
p= locals.longDescription
else
.error Property not found...
block footer
if locals.auction
.auction-bar
.auction-title
img(src='https://cdn.hashdo.com/icons/in2assetshammer.png', width='16px', height='16px')
span Auction Details
.auction-details
table
tr
td.label Name:
td= locals.auction.formattedName
tr
td.label Date:
td= locals.auction.date
tr
td.label Address:
td= locals.auction.address
tr
td.label Properties:
td= locals.auction.propertyCount
tr
td.label Call Us:
td
a.external(href='tel:0861444769') 0861 444 769