{# Table structure for superficial landform metadata #} {% if point.children.superficial_landform|length > 0 %}

Superficial landforms

{% for landform in point.children.superficial_landform %}
Superficial landform type {{ landform.description }}
Notes {{ render(landform.notes) }}
Entered {{ landform.recorded_by }} at {{ landform.recorded_on }}
{% endfor %}
{% endif %}