{if circleUser.profile.gender!==null}
{if circleUser.profile.gender=='F'}

{else if circleUser.profile.gender=='M'}

{/if}{/if}
{if circleUser.profile.age ==-1||circleUser.profile.age==null}
{else}
${circleUser.profile.age|default:" "}
{/if}
{if circleUser.profile.constellation !=null}
${circleUser.getConstellation()}
{else}
{/if}
${circleUser.profile.province}
${circleUser.profile.city}