|
@@ -8,7 +8,11 @@
|
|
|
{% block title %}{{ macros.page_title(_('Followers'), profile.username) }}{% endblock %}
|
|
|
|
|
|
{% block tab %}
|
|
|
+<<<<<<< HEAD
|
|
|
<h2>{% trans username=profile.username %}{{ username }}'s Followers{% endtrans %}{% if items_total %} <small>
|
|
|
+=======
|
|
|
+<h2>{% trans username=profile.username %}{{ username }}'s followers{% endtrans %}{% if items_total %} <small>
|
|
|
+>>>>>>> Fixes in new templates.
|
|
|
{%- trans count=items_total, total=items_total|intcomma, username=profile.username -%}
|
|
|
{{ username }} has one follower
|
|
|
{%- pluralize -%}
|
|
@@ -23,9 +27,9 @@
|
|
|
<thead>
|
|
|
<tr>
|
|
|
<th colspan="4">{% trans count=items_total, total=items_total|intcomma, username=profile.username -%}
|
|
|
- {{ username }} has one follower
|
|
|
+ {{ username }} has one follower at this time
|
|
|
{%- pluralize -%}
|
|
|
- {{ username }} has {{ total }} followers
|
|
|
+ {{ username }} has {{ total }} followers at this time
|
|
|
{%- endtrans %}</th>
|
|
|
</tr>
|
|
|
</thead>
|
|
@@ -49,7 +53,7 @@
|
|
|
{{ pager() }}
|
|
|
</div>
|
|
|
{% else %}
|
|
|
-<p class="lead">{% trans username=profile.username %}{{ username }} has no followers{% endtrans %}</p>
|
|
|
+<p class="lead">{% trans username=profile.username %}{{ username }} has no followers at this time{% endtrans %}</p>
|
|
|
{% endif %}
|
|
|
{% endblock %}
|
|
|
|