{% extends 'base2.html' %} {% block title %} Add Entry {% endblock %} {% block content %}
Name | Billable | Date | Hours | Description | Client | Project | Category | Week Start |
---|---|---|---|---|---|---|---|---|
{{displayentry.name}} | {{displayentry.billable}} | {{displayentry.date}} | {{displayentry.hours}} | {{displayentry.description}} | {{displayentry.client}} | {{displayentry.project}} | {{displayentry.category}} | {{displayentry.week_start}} |