{# /** * @file * Project results fieldgroup html element. * * @see ./modules/contrib/field_group/templates/field-group-html-element.html.twig */ #}
{% if title %}

{{ title|t }}

{% endif %}
{% block results %} {{ element.oe_project_results }} {% endblock %}
{% block files %} {{ element.oe_project_result_files }} {% endblock %}