diff --git a/portfolio/templates/model-kit-not-ready.html b/portfolio/templates/model-kit-not-ready.html index 6881c68..009b52a 100644 --- a/portfolio/templates/model-kit-not-ready.html +++ b/portfolio/templates/model-kit-not-ready.html @@ -5,46 +5,46 @@

- Model information +

$table-plamo-model-info$

$if(model_name)$ - + $endif$ $if(scale)$ - + $endif$ $if(series)$ - + $endif$ $if(manufacturer)$ - + $endif$ $if(release)$ - + $endif$ $if(number)$ - + $endif$
Model$model_name$
$table-plamo-model$$model_name$
Scale$scale$
$table-plamo-scale$$scale$
Series$series$
$table-plamo-series$$series$
Manufacturer$manufacturer$
$table-plamo-manufacturer$$manufacturer$
Release year$release$
$table-plamo-release-year$$release$
Kit number$number$$table-plamo-kit-number$$number$
- Purchase information +

$table-plamo-purchase-information$

$if(purchase_date)$ - + $endif$ $if(price)$ - + $endif$ $if(purchase_store)$ - + $endif$ $if(purchase_venue)$ - + $endif$ $if(purchase_location)$ - + $endif$
Date$formatted_purchase_date$
$table-plamo-date$$formatted_purchase_date$
Price$price$
$table-plamo-price$$price$
Store$purchase_store$
$table-plamo-store$$purchase_store$
Venue$purchase_venue$
$table-plamo-venue$$purchase_venue$
Location$purchase_location$
$table-plamo-location$$purchase_location$