Find Altametrics Solutions in Your Locale

{% assign handle = page.language %} {% case handle %} {% when "default" %}{% assign items = site.default_locale | sort: 'order_by' %} {% when "ar" %}{% assign items = site.ar_locale | sort: 'order_by' %} {% when "de" %}{% assign items = site.de_locale | sort: 'order_by' %} {% when "es" %}{% assign items = site.es_locale | sort: 'order_by' %} {% when "fr" %}{% assign items = site.fr_locale | sort: 'order_by' %} {% when "it" %}{% assign items = site.it_locale | sort: 'order_by' %} {% when "ja" %}{% assign items = site.ja_locale | sort: 'order_by' %} {% endcase %} {% for item in items %} {% if item.v_category == "states" %}
{% if item.i_state_logo %} {% picture integration_120 states/{{item.i_state_logo}} alt="{{ item.i_state_logo | remove: '.png' | replace: '-',' ' | replace: '_',' ' }}" class="img-fluid" style="height: auto; max-width: 200px;position: absolute;left: 50%;top: 50%;transform: translate(-50%, -50%);max-height: 80px;" %} {% endif %}

{{ item.t_state_name }}

Learn why Altametrics is the best restaurant software in {{ item.t_state_name }}

{% endif %} {% endfor %} {% for item in items %} {% if item.v_category == "cities" %}
{% if item.i_state_logo %} {% picture integration_120 states/{{item.i_state_logo}} alt="{{ item.i_state_logo | remove: '.png' | replace: '-',' ' | replace: '_',' ' }}" class="img-fluid" style="height: auto; max-width: 200px;position: absolute;left: 50%;top: 50%;transform: translate(-50%, -50%);max-height: 80px;" %} {% endif %}

{{ item.t_state_name }}

Learn why Altametrics is the best restaurant system in {{ item.t_state_name }}

{% endif %} {% endfor %}