| {% trans 'Site URL' %}: | {{ site.url }} |
|---|---|
| {% 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 %} {% block content_main %}
| {% trans 'Site URL' %}: | {{ site.url }} |
|---|---|
| {% 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 }} |