Skip to content

Commit

Permalink
Labels for initial dates (k-centres)
Browse files Browse the repository at this point in the history
  • Loading branch information
andmor- committed Oct 7, 2024
1 parent a949836 commit bd9ffa6
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions templates/content/node--k-centre-profile.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,28 @@
</div>
</div>
{% endif %}
<table class='field__items table mx-sm-4 mt-sm-2'>
<thead>
<tr>
<th>
{{ content.field_current_certification_date['#title'] }}
</th>
<th>
{{ content.field_current_certification_expi['#title'] }}
</th>
</tr>
</thead>
<tbody>
<tr>
<td>
{{ content.field_current_certification_date.0 }}
</td>
<td>
{{ content.field_current_certification_expi.0 }}
</td>
</tr>
</tbody>
</table>
{% if more_links %}
{{ content|without('field_see_also_links', 'field_generic_topics', 'field_portal_languages', 'field_data_types', 'field_language_processing', 'field_linguistic_topics', 'field_modalities', 'field_languages', 'field_service_types', 'field_competence_area', 'field_k_centre_website_url', 'field_audiences', 'field_k_centre_full_name', 'field_tour_de_clarin_intro', 'field_tour_de_clarin_interview', 'field_resource_families') }}
{% else %}
Expand Down

0 comments on commit bd9ffa6

Please sign in to comment.