{% extends 'layouts/single_page.html' %} {% block subtitle %}- {% trans 'Simple website monitoring' %}{% endblock %} {% block content_main %} Yagura {% trans 'Simple website monitoring' %} {% if ENABLE_PASSWORD_REGISTRATION %} {% trans 'Log in' %} {% trans 'or' %} {% trans 'Registration user' %} {% else %} {% trans 'Log in' %}/{% trans 'Registration user' %} {% endif %} {% endblock %}
{% trans 'Simple website monitoring' %}
{% trans 'Log in' %} {% trans 'or' %} {% trans 'Registration user' %}
{% trans 'Log in' %}/{% trans 'Registration user' %}