{% extends 'profile/base.html' %} {% load humanize %} {% load qa_tags %} {% block content %}
{{tag.description}}
{% for badgeUser in objQ %}
Awarded {{badgeUser.date|naturaltime}} to
{% endfor %}
 
{% endblock content %}