{% extends "layout.twig" %} {% block title %}${ "Site Configuration" | translate }{% endblock %} {% block content %}
${ "Site Name" | translate }
${ "Description" | translate } ${ site.description | escape(false, false) }
${ "Chyrp URL" | translate }
${ "Alternate URL" | translate } ${ "(optional)" | translate } ${ "Enter an alternate address here if you want your homepage URL to be different from the URL where Chyrp is normally available." | translate }
${ "Contact E-Mail Address" | translate }
${ "What time is it?" | translate } {% for zone in timezones %} ${ zone.now | strftime("%m/%d/%y %H:%M" | translate) } — ${ zone.name | replace("_", " ") | replace("St ", "St. ") } {% endfor %}
${ "Language" | translate } {% for locale in locales %} $locale.name {% endfor %} English (US)
${ "Update" | translate }