{% extends "sora/profiles/profile.html" %} {% load i18n %} {% load humanize %} {% load url from future %} {% import "_forms.html" as form_theme with context %} {% import "sora/macros.html" as macros with context %} {% block title %}{{ macros.page_title(_('Follows'), profile.username) }}{% endblock %} {% block tab %}
{% trans count=items_total, total=items_total|intcomma, username=profile.username -%} {{ username }} follows one member {%- pluralize -%} {{ username }} follows {{ total }} members {%- endtrans %} | |||
---|---|---|---|
{% if user %}
|
{% endfor %}
{% trans username=profile.username %}{{ username }} follows nobody at this time{% endtrans %}
======={% trans username=profile.username %}{{ username }} follows nobody at this time{% endtrans %}
>>>>>>> 28e12a6695789c8465b62ee3c14f027a7fec05a3 {% endif %} {% endblock %} {% macro pager() -%} {%- endmacro %}