{% extends "::base.html.twig" %} {% block title 'Activity Details' %} {% block content %} {{ include(workplan_links, {'show_search': false}, with_context = false) }}
Activity Details
{{ tactic.getSerial() }}
{{ tactic.getTitle() }}
{{ tactic.getTarget().getWorkPlan().getOrganizationCurrency() }} {{ tactic.getBudget()|number_format(2,'.',',') }} {{ tactic.getCreator().getFullname() }} {{ tactic.getCreatedOn()|date(datetime_format, app.user.timezone) }}
{{ include(tactic_row, {'tactic': tactic, 'id': tactic.getId(), 'currency': currency}, with_context = false) }}
{% endblock %}