{
    "booking_pending": {
        "subject": "Subject NO",
        "content": "Content NO"
    },
    "booking_booked": {
        "subject": "Subject NO",
        "content": "Content NO"
    },
    "booking_confirmed": {
        "subject": "Subject NO",
        "content": "Content NO"
    },
    "booking_modified": {
        "subject": "Subject modified",
        "content": "Content modified"
    },
    "booking_denied": {
        "subject": "Subject NO",
        "content": "Content NO"
    },
    "booking_cancelled": {
        "subject": "Your booking for {date} has been cancelled",
        "content": "Cancelled"
    },
    "booking_no_show": {
        "subject": "Your booking for {date} has been no show",
        "content": "No Show"
    },
    "booking_finished": {
        "subject": "How was your experience?",
        "content": "<p>Please give us your opinion:<p><p>{mybooking}</p>"
    },
    "booking_pending_admin": {
        "subject": "Subject NO",
        "content": "Content NO"
    },
    "booking_booked_admin": {
        "subject": "Subject NO",
        "content": "Content NO"
    },
    "booking_confirmed_admin": {
        "subject": "Subject",
        "content": "Content"
    },
    "booking_cancelled_admin": {
        "subject": "Subject NO",
        "content": "Content NO"
    },
    "booking_modified_admin": {
        "subject": "Booking modified",
        "content": "Booking modified"
    },
    "booking_pending_payment": {
        "subject": "Subject NO",
        "content": "Content NO"
    },
    "menu_pending": {
        "subject": "Choose your menu for your booking at {restaurant}",
        "content": "Hi {name},\n\nThank you for your booking at {restaurant}.\n\nThere is one more step: please select your menu to complete your reservation.\n\n{mybooking}\n\nThank you!"
    },
    "menu_submitted_admin": {
        "subject": "{name} has selected their menu",
        "content": "Hello,\n\n{name} ({party} guests) has finished selecting the menu for the booking on {date} at {time}.\n\nYou can review the menu in the dashboard.\n"
    }
}