mirror of
https://codeberg.org/slatian/service.echoip-slatecave.git
synced 2025-07-17 14:33:27 +02:00
Spellchekced the templates
This commit is contained in:
@ -26,7 +26,7 @@
|
||||
{{ helper::place_dl(place=r.location.continent, label="Continent") -}}
|
||||
{{ helper::place_dl(place=r.location.country, label="Country") -}}
|
||||
{%- if r.location.country.iso_code | default(value="") != r.location.registered_country.iso_code | default(value="") -%}
|
||||
{{- helper::place_dl(place=r.location.registered_country, label="Registred in") -}}
|
||||
{{- helper::place_dl(place=r.location.registered_country, label="Registered in") -}}
|
||||
{%- endif -%}
|
||||
{%- if r.location.country.iso_code | default(value="") != r.location.represented_country.iso_code | default(value="") -%}
|
||||
{{- helper::place_dl(place=r.location.represented_country, label="Represents") -}}
|
||||
@ -44,7 +44,7 @@
|
||||
* Timezone: {{r.location.time_zone}}
|
||||
{% endif -%}
|
||||
{%- if r.location.accuracy -%}
|
||||
* Accuaracy: ~{{r.location.accuracy}}km
|
||||
* Accuracy: ~{{r.location.accuracy}}km
|
||||
{% endif %}
|
||||
{%- if r.location.coordinates %}
|
||||
### Coordinates
|
||||
@ -52,7 +52,7 @@ lat: {{r.location.coordinates.lat}}, lon: {{r.location.coordinates.lon}}
|
||||
=> {{ links::map_link(lat=r.location.coordinates.lat, lon=r.location.coordinates.lon)}}
|
||||
{%- endif %}
|
||||
|
||||
The GeopIP and ASN information is provided by the GeoLite2 database created by MaxMind.
|
||||
The GeoIP and ASN information is provided by the GeoLite2 database created by MaxMind.
|
||||
{% endif -%}
|
||||
|
||||
{%- block extra_content %}{% endblock -%}
|
||||
|
Reference in New Issue
Block a user