{% extends "cranefly/profiles/profile.html" %} {% load i18n %} {% load humanize %} {% load url from future %} {% import "_forms.html" as form_theme with context %} {% import "cranefly/macros.html" as macros with context %} {% block title %}{{ macros.page_title(_('Follows'), profile.username) }}{% endblock %} {% block tab %}
{% trans username=profile.username %}Users {{ username }} is following{% endtrans %} | |||
---|---|---|---|
{% if user %}
{{ user.username }} {% if user.title or user.get_title() %} {% endif %} {% else %} {% endif %} |
{% endfor %}