{% trans 'Site URL' %}: | {{ site.url|guard_basic_auth }} | |
---|---|---|
{% trans 'Site name' %}: | {{ site.title|default:'' }} | Edit |
{% trans 'Excepted HTTP status code' %}: | {{ site.ok_http_status }} | |
Email notifications: | ||
Slack notifications: | Show Add |
{% extends 'layouts/two_pane.html' %} {% load i18n %} {% load bulma_tags %} {% load url_filter %} {% block content_main %}
{% trans 'Site URL' %}: | {{ site.url|guard_basic_auth }} | |
---|---|---|
{% trans 'Site name' %}: | {{ site.title|default:'' }} | Edit |
{% trans 'Excepted HTTP status code' %}: | {{ site.ok_http_status }} | |
Email notifications: | ||
Slack notifications: | Show Add |
{% trans 'State' %} | {% trans 'Range' %} | {% trans 'Reason' %} |
---|---|---|
{{ history.state }} | {{ history.begin_at }} - {{ history.updated_at }} {% if forloop.first %}(now){% endif %} | {{ history.reason }} |