@@ -15,6 +15,8 @@
<span>{{ user.username }}</span>
{% if user.title %}
<small>{{ user.title }}</small>
+ {% elif rank.title %}
+ <small>{{ rank.title }}</small>
{% endif %}
</a>
</li>
@@ -73,6 +73,8 @@ There are {{ users }} users with {{ rank }} rank.
<h4 class="user-name">{{ card.username }}</h4>
{% if card.title %}
<small>{{ card.title }}</small>
{% endblock user-card-footer %}
</div>