You are here

uc-qty.html.twig in Ubercart 8.4

{#
/**
 * @file
 * Default theme implementation to display a quantity.
 *
 * Displays a quantity.
 *
 * Available variables:
 * - qty: The quantity to display.
 *
 * @ingroup themeable
#}
{{ qty }} ×

File

uc_store/templates/uc-qty.html.twig
View source
  1. {#
  2. /**
  3. * @file
  4. * Default theme implementation to display a quantity.
  5. *
  6. * Displays a quantity.
  7. *
  8. * Available variables:
  9. * - qty: The quantity to display.
  10. *
  11. * @ingroup themeable
  12. #}
  13. {{ qty }} ×