{% extends 'layout.html' %} {% block title %} Панель администратора {% endblock %} {% block style %} body { font-family: Arial, sans-serif; margin: 0; padding: 0; box-sizing: border-box; } .jumbotron { background-color: #f8f9fa; padding: 20px; margin: 20px; border-radius: 5px; box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); } .jumbotron h1 { color: #ff7077; } .jumbotron h2 { color: #007bff; } .info-block { margin: 10px; padding: 10px; background-color: #f1f1f1; border-radius: 5px; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); } .tile-container { display: flex; flex-wrap: nowrap; /* Ensure tiles stay in a single line */ } .info-block.stable-version { flex: 1; /* Distribute space equally among tiles */ } table { width: 100%; border-collapse: collapse; } th, td { padding: 8px; text-align: left; border-bottom: 1px solid #ddd; } th { background-color: #f2f2f2; color: #333; } {% endblock %} {% block body %}
Имя | UserName | Дата регистрации | Последний успешный вход | Последний IP | Админ? | Действия | ||
---|---|---|---|---|---|---|---|---|
{{ user.name }} | {{ user.username }} | {{ user.email }} | {{ user.registration_date }} | {{ user.last_successful_entry }} | {{ user.last_address }} | {{ user.is_admin }} | {% if user.is_admin %}Админа не удалять! | {% else %}{% endif %} |