Skip to content

Commit

Permalink
Fix identation
Browse files Browse the repository at this point in the history
  • Loading branch information
andmor- committed Oct 7, 2024
1 parent 144be22 commit e4cbec6
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions templates/field/field--field-assessment-dates.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -23,24 +23,24 @@
<div{{ attributes.addClass(classes) }}>
<div{{ title_attributes.addClass(title_classes) }}>{{ label }}</div>
<table class='field__items table mx-sm-4 mt-sm-2'>
<thead>
<tr>
<th>
{{ items[0].content['#paragraph'].field_assessment_cert_type.fieldDefinition.label }}
</th>
<th>
{{ items[0].content['#paragraph'].field_issue_date.fieldDefinition.label }}
</th>
<th>
{{ items[0].content['#paragraph'].field_due_date.fieldDefinition.label }}
</th>
</tr>
<thead>
<tr>
<th>
{{ items[0].content['#paragraph'].field_assessment_cert_type.fieldDefinition.label }}
</th>
<th>
{{ items[0].content['#paragraph'].field_issue_date.fieldDefinition.label }}
</th>
<th>
{{ items[0].content['#paragraph'].field_due_date.fieldDefinition.label }}
</th>
</tr>
</thead>
<tbody>
{% for item in items %}
{{ item.content }}
{% endfor %}
{% for item in items %}
{{ item.content }}
{% endfor %}
</tbody>
</table>
</div>
</table>
</div>
{% endif %}

0 comments on commit e4cbec6

Please sign in to comment.