# apt-cache search smartmontools
hobbit-plugins - plugins for the Xymon network monitor
smart-notifier - graphical hard disk health status notifier
smartmontools - control and monitor storage systems using S.M.A.R.T.
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>{{ current_rubric.name }} :: Доска объявлений</title>
</head>
<body>
<h1>Объявления</h1>
<h2>Рубрика: {{ current_rubric.name }}</h2>
<div>
<a href="/bboard/">Главная</a>
{% for rubric in rubrics %}
<a href="/bboard/{{ rubrik.pk }}/">{{ rubric.name }}</a>
{% endfor %}
</div>
{% for bb in bbs %}
<div>
<h2>{{ bb.title }}</h2>
<p>{{ bb.content }}</p>
<p>{{ bb.published|date:"d.m.Y H:i:s" }}</p>
</div>
{% endfor %}
</body>
</html>