{% extends 'spire/item/item.html' %} {% block item_title_col %}d-none{% endblock %} {% block item_row_content %}
{% include 'spire/element/attribute_element.html' with attribute_title='User' attribute_value=activity.user.get_full_name %}
{% include 'spire/element/attribute_element.html' with attribute_title='Date' attribute_value=activity.created_datetime %}
{% include 'spire/element/attribute_element.html' with attribute_title='Information' attribute_value=activity.information|linebreaksbr %}
{% endblock %}