{% extends "base.html" %} {% load i18n %} {% block title %} {% trans "Time Zone Preferences" %} {% endblock title %} {% block content %}
{% trans "Time Zone Preferences" as page_title %} {% include "yksa/ui/_page_title.html" with title=page_title %}

{% trans "All timestamps are stored in UTC. You can choose how event and status times are displayed in the interface." %}

{% csrf_token %}
{% endblock content %}