{% if states is empty %}
{% set states = __SELF__.getStates %}
{% endif %}
{% if states is not empty %}
{% set fieldname = __SELF__.property('fieldname') %}
{% set ajax = __SELF__.property('ajax') %}
{% set required = __SELF__.property('required') %}
{% set show_zipcode = __SELF__.property('show_zipcode') %}
{% if ajax %}
{# TODO #}
{#
#}
{% else %}
{% endif %}
{% endif %}