Version 1.0
Returns the value of the id field of the country.
{% for item in response.shop.available_countries %}
<li {% if item.id %} class="sel" {% endif %} >
<a href="#" lang='{{item.language.code}}' cid="{{item.id}}" >{{item.code}} / {{item.currency.code|raw}}</a></li>
{% endfor %}
{{ response.country.id }}
176
Version 1.0
Returns the value of the code field of the country.
<ul>
{% for item in response.shop.available_countries %}
<li>{{item .name}}/{{item .code}} </li>
{% endfor %}
<ul>
{{ response.country.code }}
PT
Version 1.0
Returns the value of the name field of the country.
<ul>
{% for item in response.shop.available_countries %}
<li>{{item .name}} </li>
{% endfor %}
<ul>
{{ response.country.name }}
Portugal Continental
Version 1.0
Returns all of the line currency in the country.
Version 1.0
Returns all of the line language in the country.
Version
Returns the value of the phone_prefix field of the country.
Version
Returns the value of the mask_zipcode field of the country.
Version
Returns the value of the mask_cp field of the country.