{% block title %} {% endblock %} {% load staticfiles %}
MENÜ
ANASAYFA
{% if user.is_authenticated %}
Yönetici Paneli
{% endif %}
{% if user.is_authenticated %}
Yazılımlar
{% endif %}
{% if user.is_authenticated %}
Donanımlar
{% endif %}
{% if user.is_authenticated %}
Yapılandırma
{% endif %}
{% if user.is_authenticated %}
{{request.user.username}}
ÇIKIŞ
{% else %}
GİRİŞ
{% endif %}
{% block content %}{% endblock %}