let productQuantityNum = 20; //initialize product quantity variable let soldOutText = "Edition Sold Out" //initialize variable to display "sold out" text when inventory is 0 $w.onReady(function () { //TODO: write your page related code here... $w('#productPage1').getProduct() //get current product .then( (product) => { productQuantityNum = product.quantityInStock; //get quantity in stock for current product if (productQuantityNum > 0) { //if it's greater than 0, Display number remaining let productQuantityString = productQuantityNum.toString(); $w("#quantityRemainingText").text = productQuantityString + " remaining"; } else { $w("#quantityRemainingText").text = soldOutText; //display sold out text } } ) .catch( (error) => { console.log(error); } ); });
top of page

Gabrielle is a pattern for a lovely blouse. The front is slightly gathered at the neckline and is characterized by the long in-between piece that cuts the front and back vertically from shoulder to hem. Gabrielle has mid-length sleeves that are finished with a fine trim, and a stand-up collar. The back is cut at the center back with a small slit at the top and buttons at the collar to close the blouse. Gabrielle is gorgeous in a beautiful print but equally as pretty in a plain fabric to highlight the in-between pieces!

This is a paper pattern, the pattern includes a hardcopy of the pattern sheet and sewing instructions. The pattern pieces on the pattern sheet are overlapping and printed recto-verso.

The pattern is in English, Dutch and French.

The seam allowances are included on the pattern sheet.

Supplies/Materials

fabric: see table below

matching thread

iron-on interfacing: 30 cm

2 buttons of ca. 11 mm with rouleau loops

Fabric advice

Choose a light to medium weight fabric like viscose, fine cotton, tencel, polyester, linen,...

Difficulty: 2/4

Sewing Pattern - Atelier Jupe - Gabrielle Blouse

€19.00Price
Only 1 left in stock

    Add Matching Thread

    Product Page: Stores_Product_Widget
    bottom of page