{% set AP = constant('\\Alsuite\\ProjectBundle\\Entity\\ApprovalLevel::AP') %} {% set REQN = constant('\\Alsuite\\ProjectBundle\\Entity\\ApprovalLevel::REQN') %} {% set FR = constant('\\Alsuite\\ProjectBundle\\Entity\\ApprovalLevel::FR') %}
{% for tactic in pagination %} {% set id = tactic.getId() %}
{{ tactic.getSerial() }}
{{ tactic.getTitle() }}
{{ extra.currency }} {{ tactic.getBudget()|number_format(2,'.',',') }} {{ tactic.getUnit().getName() }} {{ tactic.getFundsReleasedOn()|date(datetime_format, app.user.timezone) }}
{{ include(tac_booking_details, {'id': tactic.getId(), 'tactic': tactic, 'currency': extra.currency}, with_context = false) }}
{% else %} There are currently no activities in this queue. {% endfor %}
{{ knp_pagination_render(pagination) }}