{% extends "base.html" %} {% block content %}
| ID | Date | Project | Description | Actions |
|---|---|---|---|---|
| {{ log.id }} | {{ log.date.strftime('%Y-%m-%d') }} | {{ log.project }} | {{ log.description }} |
Showing {{ logs|length }} of {{ total_logs }} total logs
{% else %}No logs found. Add your first log entry above!
{% endif %}