intvmmyopportunity-html

{{ alphavima.callPhpCoreFunction(‘checkLogin’,[]) }} {% set adxIdentityUsername = alphavima.callPhpCoreFunction(‘getUserInfo’,[‘adx_identity_username’]) %} {% set paramArray = { ‘key’: ‘intvmmyopportunity’, ‘filter’: ““, ‘datafilter’ : ‘0’ } %} {% set Opportunities = alphavima.callPhpCoreFunction(‘getAzureFuncData’,[paramArray]) %} [volunteer_header_html]

Welcome {{ alphavima.callPhpCoreFunction(‘getUserInfo’,[‘fullname’]) }} (Active)


{% for result in Opportunities %}

{{ result[‘opportunity.av_name’][‘value’] }}

Organization Name

{{ result[‘opportunity.av_accountname’][‘value’][‘name’] }}

Location

{% set locationType = result[‘opportunity.av_locationtype’][‘value’][‘value’] %} {% if locationType == ‘772350000’ %} On Location {% elseif locationType == ‘772350001’ %} Virtual {% elseif locationType == ‘772350002’ %} Both {% else %} No Location {% endif %}

Status

{% set appStatus = result[‘volapplication.av_applicationstatus’][‘value’][‘value’] %} {% if appStatus == ‘772350003’ %} New {% elseif appStatus == ‘772350001’ %} Eligible {% elseif appStatus == ‘772350002’ %} Kept in View {% else %} Not Eligible {% endif %}
{% endfor %}