{% extends "base.html" %} {% block title %}{{ _('Edit Cost') }} - {{ project.name }} - {{ app_name }}{% endblock %} {% block content %}
{{ _('Edit Cost') }}
{% if cost.is_invoiced %}
{{ _('This cost has been invoiced. Changes may affect existing invoices.') }}
{% endif %}
{{ _('Brief description of the cost') }}
{{ _('If checked, this cost will be included in invoices') }}
{{ _('Cancel') }}
{% endblock %}