{% load cache %} {% load cachalot cache %} {% get_last_invalidation 'core.Persona' as last %} {% include 'mixins/partials/notify.html' %} {% cache 600 objects_persona request.user.id object_list type last %} {% for item in object_list %} {% endfor %}
id alias mbti mbti identity humor style tone trust adaptability actions
{{ item.alias }} {{ item.mbti }} {{ item.mbti_identity }} {{ item.humor_style }} {{ item.tone }} {{ item.trust }} {{ item.adaptability }}
{% endcache %}