{* -------------------------------------------------------------- shipcloud_multilabellist.html 2016-06-13 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 key=orders_id} {if $shipment->error_message} {else} {/if} {/foreach}
##order ##created_at ##carrier_and_service ##carrier_tracking_no ##shipment_price
  {$shipment->orders_id} {$shipment->error_message} {$orders_id} ({$shipment->shipments.0->to->last_name}, {$shipment->shipments.0->to->first_name}) {$shipment->shipments.0->created_at} {$shipment->shipments.0->carrier}/{$shipment->shipments.0->service} {$shipment->shipments.0->carrier_tracking_no} {$shipment->shipments.0->price|string_format:"%.2f"}
##pickup_time: ##pickup_between ##pickup_and
{else} ##no_shipments {/if}