{% extends "admin/layout.html" %} {% block content %}
Name | Start | Finish | Manage | |
---|---|---|---|---|
|
{% if event.is_current %} Current {% endif %} {% if event.lock_editing %} Freeze {% endif %} {% if event.lock_starting %} Lock {% endif %} {% if event.lock_resources %} Resource {% endif %} {% if event.is_hidden %} Hidden {% endif %} {{ event.name }} | {{ event.starts_at|format_date }} | {{ event.ends_at|format_date }} | Edit {{ event.project_count }} projects |