{% extends "base.html" %} {% block content %}
{% with messages = get_flashed_messages(with_categories=true) %} {% if messages %} {% for category, message in messages %} {% if category == 'message' %}
 
{{_('Connections Map')}}
{% if maxmind_license %}
{% else %}

{{_('Map your network peers around the world')}}...

{% autoescape false %}

{{_('To get started, you\'ll need a %(maxmind_link)s%(b_tag_open)sFREE%(b_tag_close)s Maxmind account%(a_tag_close)s to allow Machinaris to geolocate your network peer IP addresses. %(i_tag_open)sOptionally%(i_tag_close)s, you can also get better looking map tiles with a %(mapbox_link)s%(b_tag_open)sFREE%(b_tag_close)s Mapbox account%(a_tag_close)s.', maxmind_link='', mapbox_link='', i_tag_open='', i_tag_close='', b_tag_open='', b_tag_close='', a_tag_close='')}} {{_('To enter your map account details, click the Settings (gear icon) button on the top-right of this page.')}}

{% endautoescape %}
{% endif %}
{{_('Connection Details')}}
{% if connections.rows|length > 0 %} {% else %}
{{_('No connections found from any farmers yet. Perhaps just starting?')}}
{{_('After a while, try running "chia show --connections" on your farmers to verify.')}}
{% endif %} {% endblock %} {% block scripts %} {% endblock %}