{% extends "base.html" %} {% load static %} {% block title %}{{ group.name }} - Administración{% endblock %} {% block content %}
{{ group.description }}
{% endif %}Comparte este código con tus estudiantes:
{{ group.get_members_count }}
Incluye profesor{{ group.created_at|date:"d/m/Y H:i" }}
{% if group.is_active %} ● Activo {% else %} ● Inactivo {% endif %}