2022-11-17 17:52:00 -08:00
|
|
|
{% load activity_tags %}
|
2022-12-21 12:09:12 -08:00
|
|
|
<div class="post user" data-takahe-id="{{ identity.id }}">
|
2022-11-17 17:52:00 -08:00
|
|
|
|
2022-12-26 09:53:46 -08:00
|
|
|
<div class="post-banner">
|
|
|
|
{% include "identity/_identity_banner.html" with identity=identity %}
|
|
|
|
{% if created %}
|
|
|
|
<time>
|
|
|
|
{{ event.created | timedeltashort }}
|
|
|
|
</time>
|
|
|
|
{% endif %}
|
|
|
|
</div>
|
2022-11-17 17:52:00 -08:00
|
|
|
|
|
|
|
</div>
|