Publications - MTK en
Publications
- 2021 Fit for 55 - MTK Position paper (pdf)
- 2021 MTK's and SLC's Soil Programme (pdf)
- 2020 MTK's Climate road map programme (pdf)
- 2020 MTK’s and SLC´s Water Programme (pdf)
- 2020 European Green Deal and Farm to Fork strategy on sustainable food systems F2F (pdf)
- 2020 MTK’s Biodiversity Programme (pdf)
- 2020 Symbiosis between rural & urban areas - Improved quality of life and vitality of livelihoods (pdf)
- 2019 Community of Security, Equality, and Sustainable Development - The views of MTK on the EU and its future (pdf)
- 2019 Common Agricultural Policy (CAP) must ensure profitable production in all regions (pdf)
- 2018 MTK's Climate Programme (pdf)
- 2017 Responsible farm and forest management - MTK’s Environmental Promises (pdf)
- Agriculture and forestry in Finland (pdf)
The Central Union of Agricultural Producers and Forest Owners (MTK)
An error occurred while processing the template.
The following has evaluated to null or missing: ==> ch5.getVirtualHostForGroup(mtkpaagroup) [in template "20116#20152#131933" at line 19, column 47] ---- Tip: If the failing expression is known to legally refer to something that's sometimes null or missing, either specify a default value like myOptionalVar!myDefault, or use <#if myOptionalVar??>when-present<#else>when-missing</#if>. (These only cover the last step of the expression; to cover the whole expression, use parenthesis: (myOptionalVar.foo)!myDefault, (myOptionalVar.foo)?? ---- ---- FTL stack trace ("~" means nesting-related): - Failed at: #assign viewURL = "https://${ch5.getV... [in template "20116#20152#131933" at line 19, column 17] ----
1<#-- mtk sivuston etusivun oikean palkin index listaus -->
2<#-- INIT -->
3<#-- Import common variables, functions & macros -->
4<#import "${templatesPath}/46467" as ch5>
5<#-- OUTPUT -->
6
7<div class="list-group">
8 <@ch5.emptyListMessage />
9 <#if entries?has_content>
10 <#list entries>
11 <#items as entry>
12 <#assign assetRenderer = entry.getAssetRenderer() />
13 <#-- INIT ENTRY -->
14 <#assign entrySummary = ch5.getSummary(entry, ch5.summaryMaxLength)>
15 <#assign articleType = ch5.getCategoryNames(entry, ch5.articleTypeVocabularyId)?first!"" />
16 <#assign title = ch5.getTitle(entry) />
17 <#assign GroupLocalService = serviceLocator.findService("com.liferay.portal.kernel.service.GroupLocalService")>
18 <#assign mtkpaagroup = GroupLocalService.fetchGroup(entry.groupId) >
19 <#assign viewURL = "https://${ch5.getVirtualHostForGroup(mtkpaagroup)}/-/${assetRenderer.getUrlTitle()}" />
20
21 <#if mtkpaagroup.groupId == 51894>
22 <#assign viewURL = "/web/en/-/${assetRenderer.getUrlTitle()}" />
23 </#if>
24 <a href="${viewURL}" class="FiMtkFrontIndexListhyperlink" >
25 <div class="d-flex list-group-item FiMtkFrontIndexListitem">
26 <div class="FiMtkFrontIndexListitemranking">
27 <h3 class="FiMtkFrontIndexListitemrankingvalue">${entry?index + 1}</h3>
28 </div>
29 <div class="FiMtkFrontIndexListitemdateandtitle">
30 <h3 class="FiMtkFrontIndexListitemdate">${ch5.getPublishDate(entry)}</h3>
31 <h class="FiMtkFrontIndexListitemtitle">
32 <#if title?length < 75>
33 ${title}
34 <#else>
35 ${title?substring(0, 74)} ...
36 </#if>
37 </h3>
38 </div>
39 </div>
40 </a>
41 <@ch5.articleeditlink entry "transform: translate(232px, 0px);"/>
42 </#items>
43 </#list>
44 </#if>
45</div>