1
0
mirror of https://github.com/r4sas/py-i2phosts synced 2025-01-09 06:18:05 +00:00
py-i2phosts/pyi2phosts/templates/latest.html

10 lines
304 B
HTML
Raw Normal View History

2010-11-11 19:27:21 +00:00
{% extends "browse.html" %}
{% load i18n %}
2010-11-11 19:27:21 +00:00
{% block header %}
{% blocktrans %}
<h3>Latest {{ hosts_count }} hosts added in {{ day_count }} days</h3>
{% endblocktrans %}
2011-02-17 18:52:51 +00:00
<a href={% url latest-rss %}><img src="/static/rss-grey-18.png" border="0" width="18" height="18" alt="rss"></a></h3>
2010-11-11 19:27:21 +00:00
{% endblock %}