{* -------------------------------------------------------------- shipcloud_labellist.html 2016-03-01 Gambio GmbH http://www.gambio.de Copyright (c) 2015 Gambio GmbH Released under the GNU General Public License (Version 2) [http://www.gnu.org/licenses/gpl-2.0.html] -------------------------------------------------------------- *}
{if $shipments}
{foreach from=$shipments item=shipment} {/foreach}
##created_at ##carrier_and_service/
##carrier_tracking_no
##shipment_price
{$shipment->created_at} {$shipment->carrier}/{$shipment->service}/
{$shipment->carrier_tracking_no}
{$shipment->price|string_format:"%.2f"}
##pickup_time: ##pickup_between ##pickup_and
{else} ##no_shipments {/if}