{% load static %}
HoneyPot Admin
{% if user.is_authenticated %}
{% url 'index' as the_url %}
Overview
{% url 'reports' as the_url %}
Общи доклади
{% if perms.CollectorAPI.adv_reports %}
{% url 'reports_adv' as the_url %}
Подробни доклади
{% endif %} {% if perms.CollectorAPI.graphs %}
{% url 'graphs' as the_url %}
Graphs
{% endif %} {% if perms.CollectorAPI.tables %}
{% url 'tables' as the_url %}
Tables
{% endif %}
{{ user.username }}
(Излез
Смени паролата)
{% else %}
Log In
{% endif %}
{% block content %} {% endblock %}