{% extends "layouts" ~ DIR ~ "default.twig" %} {% block title %}{{ "General Settings" | translate }}{% endblock %} {% block content %}
{{ "Site Name" | translate }} {#- -#}
{{ "Description" | translate }} {#- -#}
{{ "Chyrp URL" | translate }} {#- -#}
{{ "Canonical URL" | translate }} {{ "(optional)" | translate }} {{- icon_img("help.svg", "help" | translate) -}} {#- -#} {{ "Have your site URLs point someplace other than your install directory." | translate }}
{{ "Contact Email Address" | translate }} {#- -#}
{{ "Time Zone" | translate }} {#- -#} {% for zone in timezones %} {{ zone.name }} {% endfor %}
{{ "Language" | translate }} {#- -#} {% for locale in locales %} {{ locale.name }} {% endfor %}
{{ "Monospace Font" | translate }} {#- -#} {{ "Write with a monospace font." | translate }}
{{ "Check for Updates" | translate }} {#- -#} {{ "Current version: %s." | translate | format(version) }}
{{ "Update" | translate }}