{{ macs.page_title(
'Settings',
'Manage various settings for Tarin. {i}Some settings may take effect after a few minutes while others can take effect immediately.{/}',
) }}
{% for label, messages in app.flashes %}
{% for message in messages %}
{{ message }}
{% endfor %}
{% endfor %}
{#
UrsineLabs Licensing
{% if licensing.invalid %}
{{ licensing.why }}
{% elseif licensing.expired %}
{{ licensing.why }}
Registered to: {{ licensing.details.licensedTo }}
License expired on {{ licensing.details.expiresAt|date('F j, Y') }}
{% else %}
{{ licensing.why }}
Registered to {{ licensing.details.licensedTo }}
{% if licensing.details.expiresAt == -1 %}
You have permanent update access.
{% else %}
Update access expires on {{ licensing.details.expiresAt|date('F j, Y') }}