{% if goto != "" %}
<script>
if (typeof $('#row-{{ goto }}').offset() !== 'undefined') {
  $(document).scrollTop( $('#row-{{ goto }}').offset().top - 180);
}
</script>
{% endif %}

{% include "scripts/common/quick_order.volt" %}
