{% extends "base.html" %} {% block title %}{{ _('Add Cost') }} - {{ project.name }} - {{ app_name }}{% endblock %} {% block content %}
{{ _('Add Cost to Project') }}
{{ _('Brief description of the cost') }}
{{ _('If checked, this cost will be included in invoices') }}
{{ _('Cancel') }}
{% endblock %}