{% block iboActivityEntryMedallion %} {% if oUIBlock.GetAuthorPictureAbsUrl() is not empty %} {% else %} {% endif %} {% endblock %}
{% block iboActivityEntryInformation %}
{% block iboActivityEntryMainInformationIcon %} {% if oUIBlock.GetDecorationClasses() is not empty %} {% endif %} {% endblock %}
{% block iboActivityEntryMainInformationContent %} {# Content is printed as raw because it is stored as HTML in the database and should have been sanitized before storage, so we can assume it is safe #} {{ oUIBlock.GetContent()|raw }} {% endblock %}
{% block iboActivityEntrySubInformation %} {% endblock %}
{% endblock %}