1
0
mirror of https://github.com/r4sas/py-i2phosts synced 2025-01-08 22:07:55 +00:00
py-i2phosts/pyi2phosts/templates/latest.html
2017-01-28 12:22:48 +03:00

14 lines
499 B
HTML

{% extends "browse.html" %}
{% load i18n %}
{% block header %}
{% blocktrans %}
<h3>Latest {{ hosts_count }} hosts added in {{ day_count }} days
{% endblocktrans %}
<a href={% url 'latest-rss' %}><img src="/static/rss-grey-18.png" border="0" width="18" height="18" alt="rss"></a></h3>
{% endblock %}
{% block table_header %}
<table>
<tr><td>{% trans "Host" %}</td><td>{% trans "Last seen" %}</td><td>{% trans "Date added" %}</td><td>{% trans "Description" %}</td></tr>
{% endblock table_header %}