{% with messages = get_flashed_messages(with_categories=true) %}
{% if messages %}
{% for category, message in messages %}
{% if category == 'message' %}
{% else %}
{% endif %}
{{ message|safe }}
{% endfor %}
{% endif %}
{% endwith %}
{{_('Settings')}}
{% if summaries.rows|length > 0 %}
{% else %}
{{_('No blockchains found from any farmers. Just starting up?')}}
{{_('Please allow at least 15 minutes for blockchains to get started.')}}