Is there any problem with the syntax in the following code, there is a error as
Invalid block tag: 'else'
{% ifequal chat_profile 1 %}
{% extends "chatprofile/chat_profile1.html" %}
{% else %}
{% extends "chatprofile/chat_profile.html" %}
{% endifequal %}