{% extends "::base.html.twig" %} {% block title "List of Target Transactions" %} {% block content %} {{ include(workplan_links, {'show_search': false}, with_context = false) }}
Date | Details | Amount ({{ currency }}) |
---|---|---|
{{ post.doneOn|date(date_format) }} | {{ post.details }} | {{ post.amount|number_format(2) }} |
There are no transactions under this target currently. | ||
Total Amount | {{ spent|number_format(2) }} | |
Balance | {{ (target.budget - spent)|number_format(2) }} |