<h2 class="heading-level-2">Välkomstbrev för program</h2>
<div class="welcome-letter">
<div class="block link-table enablevue">
<div class="block-header-table">
<h3 class="heading-level-3">
Kurser
</h3>
</div>
<div class="link-table-container table-responsive">
<table>
<thead>
<tr>
<th>Program</th>
<th>Anmälningskod</th>
<th>Programkod</th>
</tr>
</thead>
<tbody>
<tr>
<td><a href='https://www.google.com'>Automationsingenjör</a></td>
<td>D2151</td>
<td>TAUMG</td>
</tr>
<tr>
<td><a href='https://www.google.com'>Automationsingenjör</a></td>
<td>D2151</td>
<td>TAUMG</td>
</tr>
<tr>
<td><a href='https://www.google.com'>Automationsingenjör</a></td>
<td>D2151</td>
<td>TAUMG</td>
</tr>
<tr>
<td><a href='https://www.google.com'>Automationsingenjör</a></td>
<td>D2151</td>
<td>TAUMG</td>
</tr>
</tbody>
</table>
</div>
</div>
<div class="block link-table enablevue">
<div class="block-header-table">
<h3 class="heading-level-3">
Arkiv- och informationsvetenskap
</h3>
</div>
<div class="link-table-container table-responsive">
<table>
<thead>
<tr>
<th>Kurs</th>
<th>Ansökningskod</th>
<th>Kurskod</th>
</tr>
</thead>
<tbody>
<tr>
<td><a href='https://www.google.com'>Arkiv- och informationsvetenskap för registratorer GR (A), 30 hp</a></td>
<td>F2931</td>
<td>RKF014</td>
</tr>
<tr>
<td><a href='https://www.google.com'>Arkiv- och informationsvetenskap för registratorer GR (A), 30 hp</a></td>
<td>F2931</td>
<td>RKF014</td>
</tr>
<tr>
<td><a href='https://www.google.com'>Arkiv- och informationsvetenskap för registratorer GR (A), 30 hp</a></td>
<td>F2931</td>
<td>RKF014</td>
</tr>
</tbody>
</table>
</div>
</div>
<div class="block link-table enablevue">
<div class="block-header-table">
<h3 class="heading-level-3">
Kulturgeografi
</h3>
</div>
<div class="link-table-container table-responsive">
<table>
<thead>
<tr>
<th>Kurs</th>
<th>Ansökningskod</th>
<th>Kurskod</th>
</tr>
</thead>
<tbody>
<tr>
<td><a href='https://www.google.com'>Kulturgeografi AV, Turism i en föränderlig värld, 7,5 hp</a></td>
<td>KG022A</td>
<td>S4111</td>
</tr>
<tr>
<td><a href='https://www.google.com'>Kulturgeografi AV, Turism i en föränderlig värld, 7,5 hp</a></td>
<td>KG022A</td>
<td>S4111</td>
</tr>
<tr>
<td><a href='https://www.google.com'>Kulturgeografi AV, Turism i en föränderlig värld, 7,5 hp</a></td>
<td>KG022A</td>
<td>S4111</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
<h2 class="heading-level-2">{{ title }}</h2>
<div class="welcome-letter">
{{#if showPrograms}}
{{render '@linktable' programsContext}}
{{/if}}
{{#if showCourses}}
{{#each subjects}}
{{render '@linktable' this}}
{{/each}}
{{/if}}
</div>
{
"epiDivClass": "col-md-12",
"title": "Välkomstbrev för program",
"showPrograms": true,
"showCourses": true,
"programsContext": {
"title": "Kurser",
"headers": [
"Program",
"Anmälningskod",
"Programkod"
],
"table": [
{
"cells": [
"Automationsingenjör",
"D2151",
"TAUMG"
],
"url": "https://www.google.com"
},
{
"cells": [
"Automationsingenjör",
"D2151",
"TAUMG"
],
"url": "https://www.google.com"
},
{
"cells": [
"Automationsingenjör",
"D2151",
"TAUMG"
],
"url": "https://www.google.com"
},
{
"cells": [
"Automationsingenjör",
"D2151",
"TAUMG"
],
"url": "https://www.google.com"
}
]
},
"subjects": [
{
"title": "Arkiv- och informationsvetenskap",
"headers": [
"Kurs",
"Ansökningskod",
"Kurskod"
],
"table": [
{
"cells": [
"Arkiv- och informationsvetenskap för registratorer GR (A), 30 hp",
"F2931",
"RKF014"
],
"url": "https://www.google.com"
},
{
"cells": [
"Arkiv- och informationsvetenskap för registratorer GR (A), 30 hp",
"F2931",
"RKF014"
],
"url": "https://www.google.com"
},
{
"cells": [
"Arkiv- och informationsvetenskap för registratorer GR (A), 30 hp",
"F2931",
"RKF014"
],
"url": "https://www.google.com"
}
]
},
{
"title": "Kulturgeografi",
"headers": [
"Kurs",
"Ansökningskod",
"Kurskod"
],
"table": [
{
"cells": [
"Kulturgeografi AV, Turism i en föränderlig värld, 7,5 hp",
"KG022A",
"S4111"
],
"url": "https://www.google.com"
},
{
"cells": [
"Kulturgeografi AV, Turism i en föränderlig värld, 7,5 hp",
"KG022A",
"S4111"
],
"url": "https://www.google.com"
},
{
"cells": [
"Kulturgeografi AV, Turism i en föränderlig värld, 7,5 hp",
"KG022A",
"S4111"
],
"url": "https://www.google.com"
}
]
}
]
}
.welcome-letter {
.link-table {
border-top: none;
}
}
There are no notes for this item.