{{ alphavima.callPhpCoreFunction(‘checkLogin’,[]) }}
{% set adxIdentityUsername = alphavima.callPhpCoreFunction(‘getUserInfo’,[‘adx_identity_username’]) %}
{% set contactData = alphavima.callPhpCoreFunction(‘quickFetch’,[‘contacts’,”,”adx_identity_username=#{adxIdentityUsername}”]) %}
{% set realData = alphavima.callPhpCoreFunction(‘quickFetch’,[‘av_volunteerattendances’,”,”_av_applicant_value=#{contactData.value[0].contactid}”]) %}
{% set realData = alphavima.callPhpCoreFunction(‘json_encode’,[realData]) %}
{# {% set realData = alphavima.callPhpCoreFunction(‘json_decode’,[realData,true]) %} #}
[volunteer_header_html]