I've got two lines as follows:
{% if OfferCount >= PageStart %}
{% if OfferCount < PageEnd %}The first is fine but the second generates an error - "Expected Tag Name, got something else instead". If I change the second line to:{% if PageEnd > OfferCount %}
it is fine, so it is easy enought to get round in this particular example, but is something which needs sorting.
Please authenticate to join the conversation.
Completed
Feature
Over 5 years ago

Mark Coleman
Get notified by email when there are changes.
Completed
Feature
Over 5 years ago

Mark Coleman
Get notified by email when there are changes.