{% extends "rest_framework/base.html" %} {% comment 'LICENSE' %} Copyright (C) 2023 by eHealth Africa : http://www.eHealthAfrica.org See the NOTICE file distributed with this work for additional information regarding copyright ownership. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. {% endcomment %} {% load i18n %} {% load static %} {% block title %}{{ app_name }}{% endblock title %} {% block meta %} {% include 'eha/meta.html' %} {% include 'eha/favicon.html' %} {% endblock meta %} {% block style %} {% include 'eha/styles.html' %} {% endblock style %} {% block body %}
{% if form.errors.items|length == 1 %} {% trans 'Please correct the error below.' %} {% else %} {% trans 'Please correct the errors below.' %} {% endif %}
{% endif %} {% if user.is_authenticated %}{% blocktrans trimmed %} You are authenticated as {{ username }}, but are not authorized to access this page. Would you like to login to a different account? {% endblocktrans %}
{% endif %}