{% extends "::base.html.twig" %} {% block title 'Activity Details' %} {% block content %}
Activity Details
{{ tactic.getSerial() }}
{{ tactic.getTitle() }}
{{ currency }} {{ tactic.getBudget()|number_format(2,'.',',') }} {{ tactic.getUnit().getName() }} {{ tactic.getActivityPlanApprovedOn()|date(datetime_format, app.user.timezone) }}
{{ include(tac_booking_details, {'id': tactic.getId(), 'tactic': tactic, 'currency': currency}, with_context = false) }}
{% endblock %}