title = "MGFCC Grant" url = "/grant/:slug" layout = "default" is_hidden = 0 [builderDetails] modelClass = "Wgondwe\Mgfcc\Models\Grant" identifierValue = "{{ :slug }}" modelKeyColumn = "slug" displayColumn = "title" notFoundMessage = "Record not found" == {% partial 'header' %}

Grants

MGFCC Available Grants and Funding

{% set record = builderDetails.record %} {% set displayColumn = builderDetails.displayColumn %} {% set notFoundMessage = builderDetails.notFoundMessage %} {% if record %}

{{ attribute(record, displayColumn) }}

Implementer: {{record.implementer}}  |  Funding: {{record.currency}}   {{record.amount}}


About the {{record.title}}

{{ record.description | raw }} {% if record.file %}

  Download concept note

{% endif %} {% else %} {{ notFoundMessage }} {% endif %}
Go back
{% partial 'footer' %}