You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When in a same template we have some if cascaded like here the template parser failed to analyze the bloc when the if conditions are not matching. For instance if there's no donate option, the parser will just considere:
When in a same template we have some if cascaded like here the template parser failed to analyze the bloc when the if conditions are not matching. For instance if there's no donate option, the parser will just considere:
as a first bloc
as the second, and
Then, it remain this code:
This happend when App:Donate:HasDonationOptions is false.
The text was updated successfully, but these errors were encountered: