{% extends "layout.html" %} {% block content %}

Edit Project: {{ project.name }}

Created by: {{ project.created_by.username }}
Created on: {{ project.created_at.strftime('%Y-%m-%d %H:%M') }}
Time entries: {{ project.time_entries|length }}
Cancel
{% endblock %}