{% extends "base_dashboard.html" %} {% load static %} {% block title %}Vacaciones y Bloqueos de Agenda - Citalis{% endblock %} {% block content %}
| Periodo | Estado | Acciones | ||
|---|---|---|---|---|
|
{{ item.start_date|date:"d M" }} - {{ item.end_date|date:"d M, Y" }}
{% if item.resource %}{{ item.resource.name }}{% else %}Todo el equipo{% endif %}
|
{% if item.is_active %} Bloqueo Activo {% else %} Inactivo {% endif %} |
|
||
|
No has bloqueado ningún periodo aún. |
||||
El periodo volverá a estar disponible para reservas según el horario normal.