{% extends 'remote_work/remote_work_base.html' %} {% load custom_tags_and_filters %} {% block title %}Staff charge{% endblock %} {% block staff_charges_tab_class %}active{% endblock %} {% block tab_content %} {% if staff_charge %}
You are charging staff time to {{ staff_charge.customer }} for the project named {{ staff_charge.project }} since {{ staff_charge.start }}.
Here is a summary of the current charges:
Type | Start | End |
---|---|---|
{{ charge.type }} | {{ charge.start }} | {{ charge.end|default:'' }} |