<html lang="{{ LANGUAGE_CODE|default:"en-us" }}">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="apple-touch-icon" sizes="76x76" href="{% static "admin_black/assets/img/apple-icon.png" %}">
<link rel="icon" type="image/png" href="{% static "admin_black/assets/img/favicon.png" %}">
<title>{% block title %}{% endblock %}</title>
<link href="https://fonts.googleapis.com/css?family=Poppins:200,300,400,600,700,800" rel="stylesheet"/>
<link href="https://use.fontawesome.com/releases/v5.0.6/css/all.css" rel="stylesheet">
<link href="{% static "admin_black/assets/css/bootstrap-rtl.css" %}" rel="stylesheet"/>
<link href="{% static "admin_black/assets/css/nucleo-icons.css" %}" rel="stylesheet"/>
<link href="{% static "admin_black/assets/css/black-dashboard.css" %}" rel="stylesheet"/>
<link href="{% static "admin_black/assets/demo/demo.css" %}" rel="stylesheet"/>
<link href="{% static "admin_black/assets/css/styles.css" %}" rel="stylesheet"/>
{% block extrastyle %}{% endblock %}
{% block extrahead %}{% endblock %}
<meta name="robots" content="NONE,NOARCHIVE">