1 {% extends
"base.html" %}
10 {% block mainmenu %}{{
"/directory/+flattr"|main_menu }}{% endblock %}
11 {% block sectionmenu %}{{
"/directory/+flattr"|section_menu }}{% endblock %}
13 {% block title %}{% trans
"Podcasts using Flattr" %}{% endblock %}
16 <h1>{% trans
"Podcasts using Flattr" %}
</h1>
20 <p>{% blocktrans %}These podcasts use
<a href=
"https://flattr.com/">Flattr
</a>. You can support them by flattring their episodes.{% endblocktrans %}
</p>
24 <th>{% trans
"Podcast" %}
</th>
25 <th>{% trans
"Subscribers" %}
</th>
27 {% for podcast in podcasts %}
29 <td class=
"logo">{{ podcast|podcast_logo }}
</td>
31 {% podcast_group_link podcast %}
33 <td>{% vertical_bar podcast.subscriber_count view.max_subscribers %}
</td>
38 {% trans
"Currently not available" %}
44 <ul class=
"pagination">
45 {% for page in view.page_list %}
47 {% if page ==
"..." %}
48 <span>{{ page }}
</span>
51 {% if page == current_page %}
52 <a href=
"{% url "flattr-podcasts
" %}?page={{ page }}"><strong>{{ page }}
</strong></a>
54 <a href=
"{% url "flattr-podcasts
" %}?page={{ page }}">{{ page }}
</a>
66 {% if not flattr_auth %}
68 <h4>{% trans
"Login to Flattr" %}
</h4>
70 <p>{% trans
"You have to login to Flattr to use the Flattr features." %}
</p>
71 <a href=
"{% url "account
" %}#flattr" class=
"btn btn-primary">{% trans
"Flattr Settings" %}
</a>