[jsoncontentimporterpro parser=twig243 urlparam4twig=division_id#team_id customfieldparam=yseason urlgettimeout=”number:30″ method=”curlget” basenode=matches numberofdisplayedtems=-1 removeampfromurl=yes trytoheal=yes url=”http://play-cricket.com/api/v2/matches.json?&site_id=3381&team_id={{urlparam.team_id}}&season=&api_token=7f605f0233b6d0272bec30b1bc4eb521″ debugmode=0]

{% if urlparam.team_id == “39586” %}
1st XI – {{cfp.yseason}}
{% elseif urlparam.team_id == ‘39587’ %}
2nd XI – {{cfp.yseason}}
{% elseif urlparam.team_id == ‘39588’ %}
3rd XI – {{cfp.yseason}}
{% elseif urlparam.team_id == ‘54659’ %}
4th XI – {{cfp.yseason}}
{% elseif urlparam.team_id == ‘90830’ %}
5th XI – {{cfp.yseason}}
{% elseif urlparam.team_id == ‘47307’ %}
Sunday XI – {{cfp.yseason}}
{% elseif urlparam.team_id == ‘40195’ %}
Midweek XI – {{cfp.yseason}}
{% elseif urlparam.team_id == ‘190187’ %}
Hawks MDL XI – {{cfp.yseason}}
{% elseif urlparam.team_id == ‘153842’ %}
Under-17 XI – {{cfp.yseason}}
{% elseif urlparam.team_id == ‘227711’ %}
Under-15A XI – {{cfp.yseason}}
{% elseif urlparam.team_id == ‘213295’ %}
Under-15B XI – {{cfp.yseason}}
{% elseif urlparam.team_id == ‘92972’ %}
Under-13 XI – {{cfp.yseason}}
{% elseif urlparam.team_id == ‘92973’ %}
Under-11 XI – {{cfp.yseason}}
{% elseif urlparam.team_id == ‘127357’ %}
Under-9 XI – {{cfp.yseason}}
{% else %}
{{cfp.yseason}}
{% endif %}

{% for match in matches %}

{% endfor %}

Date Match Type Home Team Away Team Start Time Format
{{match.match_date}} {{match.competition_type}} {{match.home_club_name}} {{home_team_name}} {{match.away_club_name}} {{away_team_name}} {{match.match_time}} {{match.match_type}}

[/jsoncontentimporterpro]