{% extends "base_blank.html" %} {% block copyright %} {% endblock %} {% block title %}About{% endblock %} {% block body %}
{{ app_edition() }} Edition
{% if settings.DEBUG %}
* DEBUG MODE ENABLED *
{% endif %}
{% if logged_in %}
Browse images
System introduction
System information
{% else %}
Sign in
{% endif %}
Web site – {{ about.__uri__ }}
About Quru Ltd – https://quru.com/
{{ about.__copyright__ }}
{% include "inc_license_text.html" %}