module.exports =
  plans:
    current_plan: Django.current_plan
    expanded: false
    custom:
      priceMonth: Django.CUSTOM_PRICE
      priceYear: Django.CUSTOM_PRICE
    free:
      priceMonth: 0
      priceYear: 0
      opens: 'Unlimited'
      features: [
        ['Message Seal', true]
        ['Unsubscribe Seal', true]
        ['Dashboard', true]
        ['Validation Page', true]
        ['Subscriber Experience Index', true]
        ['Experience Monitoring', true]
        ['Reports', false]
        ['Realtime Feed', false]
        ['Sentiment', false]
        ['Satisfaction', false]
        ['Message Ratings', false]
        ['Comments', false]
        ['Unsubscribe Survey', false]
        ['Churn Risk', false]
        ['Trend Analysis', false]
        ['Filtering', false]
        ['Data Export', false]
        ['Email Support', true]
        ['1 user', true]
      ]
    basic:
      priceMonth: Django.BASIC_PRICE
      priceYM: Django.BASIC_PRICE_YEAR
      priceYear: Django.BASIC_PRICE * 10
      opens: '50K'
      overage: "0.50"
      users: 1
      features: [
        ['Message Seal', true]
        ['Unsubscribe Seal', true]
        ['Validation Page', true]
        ['Dashboard', true]
        ['Subscriber Experience Index', true]
        ['Experience Monitoring', true]
        ['Reports', true]
        ['Realtime Feed', true]
        ['Sentiment', true]
        ['Satisfaction', true]
        ['Message Ratings', true]
        ['Comments', true]
        ['Unsubscribe Survey', true]
        ['Churn Risk', true]
        ['Trend Analysis', true]
        ['Filtering', true]
        ['Data Export', true]
        ['Email Support', true]
        ['1 user', true]
      ]
    advanced:
      priceMonth: Django.ADVANCED_PRICE
      priceYM: Django.ADVANCED_PRICE_YEAR
      priceYear: Django.ADVANCED_PRICE * 10
      opens: '500K'
      overage: "0.25"
      users: 3
      features: [
        ['Message Seal', true]
        ['Unsubscribe Seal', true]
        ['Validation Page', true]
        ['Dashboard', true]
        ['Subscriber Experience Index', true]
        ['Experience Monitoring', true]
        ['Reports', true]
        ['Realtime Feed', true]
        ['Sentiment', true]
        ['Satisfaction', true]
        ['Message Ratings', true]
        ['Comments', true]
        ['Unsubscribe Survey', true]
        ['Churn Risk', true]
        ['Trend Analysis', true]
        ['Filtering', true]
        ['Data Export', true]
        ['Email Support', true]
        ['1 user', true]
      ]
    professional:
      priceMonth: Django.PROFESSIONAL_PRICE
      priceYM: Django.PROFESSIONAL_PRICE_YEAR
      priceYear: Django.PROFESSIONAL_PRICE * 10
      opens: '1.5M'
      overage: "0.15"
      users: 3
      features: [
        ['Message Seal', true]
        ['Unsubscribe Seal', true]
        ['Validation Page', true]
        ['Dashboard', true]
        ['Subscriber Experience Index', true]
        ['Experience Monitoring', true]
        ['Reports', true]
        ['Realtime Feed', true]
        ['Sentiment', true]
        ['Satisfaction', true]
        ['Message Ratings', true]
        ['Comments', true]
        ['Unsubscribe Survey', true]
        ['Churn Risk', true]
        ['Trend Analysis', true]
        ['Filtering', true]
        ['Data Export', true]
        ['Priority Email Support', true]
        ['3 users', true]
      ]
  form_status:
    company: false
    user: false
    password: false
    billing: false
    integrations: false
  success:
    company: null
    user: null
    password: null
    billing: null
    integrations: null
  password_verified: false
  passwords_match: false
  card: Django.card
  enter_card: false
  change_payment: false
  add_new_card: false
  add_new_submit: false
  payment_step: 1
  payment_fail: false
  receipt: true
  payment_info:
    number: ''
    cvc: ''
    expiry: ''
  card_error: false
  card_error_type: "number"
  card_token: false
  free_prompt: false
  selected_type: if Django.type then Django.type else 'basic'
  selected_interval: if Django.interval then Django.interval else 'monthly'
  subscription_end: if Django.subscription_end then Django.subscription_end else false
  custom_price: if Django.custom_price then Django.custom_price else false
  custom_type: if Django.custom_type then Django.custom_type else false
  custom_interval: if Django.custom_interval then Django.custom_interval else false
  custom_users: if Django.custom_users then Django.custom_users else false
  custom_plan: if Django.custom_plan then Django.custom_plan else false
  custom_plan_type: if Django.custom_plan_type then Django.custom_plan_type else false
  custom_code: if Django.custom_code then Django.custom_code else false
  custom_accept: true
  custom_accept_error: false
  values:
    opens: Django.opens
    opens_allotted: Django.opens_allotted
    tzname: Django.tzname
    esp: Django.esp
    reporting_frequency: Django.reporting_frequency
    notify_on_payment: Django.notify_on_payment
    name: Django.name
    username: Django.user.username
    first_name: Django.first_name
    last_name: Django.last_name
    phone: Django.phone
    engagement_email: Django.engagement_email
    website: Django.website
    logo_source: Django.logo_source
    logo: null
    logo_format: null
    helpdesk_email: Django.helpdesk_email
    zendesk_subdomain: Django.zendesk_subdomain
    old_password: ''
    new_password1: ''
    new_password2: ''
  errors:
    tz: null
    esp: null
    reporting_frequency: null
    notify_on_payment: null
    subscription_type: null
    name: null
    username: null
    first_name: null
    last_name: null
    phone: null
    engagement_email: null
    website: null
    logo: null
    helpdesk_email: null
    zendesk_subdomain: null
    old_password: null
    new_password1: null
    new_password2: null
    billing: null
