{% extends 'profile/base.html' %} {% load humanize %} {% load qa_tags %} {% block content %} {{tagName}} - Badge - Stack Overflow
{% if it_it_earned_by == "Earned" %}
{% endif %}
{{tag.description}}
{% for otherUser in otherWithSame_Badge %}
{% if otherUser.questionIf_TagOf_Q %} {{otherUser.questionIf_TagOf_Q.title}} {% elif otherUser.answerIf_TagOf_A %} {{otherUser.answerIf_TagOf_A.body|truncatechars:30}} {% endif %}
Awarded {{tag.date|naturaltime}}
{% endfor %} Other with this Badge
 
{% endblock content %}