{% trans "Show all" %}External NPSI{% trans "Ingame" %}
{% for event in visibility %}
{{ event.name }}
{% endfor %}
{% if moonmining_active %}
{% trans "Moon Mining" %}
{% endif %}
{% if structuretimers_active %}
{% trans "Timers" %}
{% endif %}
{% for event in category %}
{{ event.name }}
{% endfor %}
{% trans "Current Eve Time:" %}
{% if user_settings.use_local_times %}
{% trans "Displaying times in:" %} {% trans "Local Time" %}
{% else %}
{% trans "Displaying times in:" %} {% trans "EVE Time" %}
{% endif %}
{% if OPCALENDAR_DISPLAY_MOONMINING_ARRIVAL_TIME %}
{% trans "Moon times shown:" %} {% trans "Arrival Time" %}
{% else %}
{% trans "Moon times shown:" %} {% trans "Fracture Time" %}
{% endif %}