@switch (error) {
        @case ('faucet_too_soon') {
          Too many requests! Try again later.
        }
        @case ('faucet_maximum_reached') {
          You have exceeded your testnet4 allowance. Try again later.
        }
        @case ('faucet_not_available') {
          The faucet is not available right now. Try again later.
        }
        @default {
          Sorry, something went wrong! Try again later.
        }
      }
    
  }
  
    @if (txid) {
      
    } @else if (loading || !status) {
      
Waiting for faucet...
      
    } @else {
      
      @if (!user) {
        
          To limit abuse, please 
log in or 
sign up and link your Twitter account to use the faucet.
        
      } @else if (!status?.access) {
        
      }
    }
    
    
      If you no longer need your testnet4 coins, please consider sending them back to 
{{ recycleAddress }} to replenish the faucet.