commerce_shipping-8.x-2.0-rc2/templates/commerce-shipping-rates-empty.html.twig
templates/commerce-shipping-rates-empty.html.twig
{#
/**
* @file
* Returns HTML for when there are no shipping rates available.
*
* Available variables:
* - attributes: HTML attributes for the 360 view element.
* - shipment: The shipment entity with the missing shipping rates.
*
* @ingroup themeable
*/
#}
<div {{ attributes }}>
{{ 'There are no shipping rates available for this address.'|t }}
</div>
