{% if not currency_check.is_current %}

WARNING! Listings may be out of date.

Using conus file for {{ currency_check.conus_last }} (latest: {{ currency_check.conus_latest }})

Using oconus file for {{ currency_check.oconus_last }} (latest: {{ currency_check.oconus_latest }})

{% endif %}

Here are the results of my per diem search for {{ original_search_location }}

{% if original_search_location != actual_queried_location %}

I couldn't find any direct match, so I also tried {{ actual_queried_location }})

{% endif %} {% if not found %}

Not Found

Unfortunately, I still couldn't turn up any results; very sorry! Try searching for City, State or City, Country.

{% else %} {% for match in closest_matches %}

Location: {{ match.location }}

{% for season in match.seasons %} {% endfor %}
From To Lodging Meals Incidentals
{{ season.eff_date }} {{ season.exp_date }} {{ season.lodging }} {{ season.meals }} {{ season.incidentals }}
{% endfor %} {% endif %}

Conus file: {{ conus_url }}

OConus file: {{ oconus_url }}