{% load static %} {% load gravatar %}
{% for screenshot_activity,screenshot in activity_screenshots.items %} {% if activity == screenshot_activity %} screenshot {% endif %} {% endfor %} {% if activity.screenshot %} screenshot {% endif %}
{{ activity.description|truncatechars:20 }}