[fixed leftovers. part 4/?. getzdan@gmail.com**20070205134604] { addfile ./app/templates/locale/he/recent_activity.html hunk ./app/templates/locale/he/recent_activity.html 1 +{% load ghmarkup %} +{% extends "base.html" %} + +{% block title %} +פעולות אחרונות של {{ theuser|userlink:"/user/recentactivityi_he" }} +{% endblock %} + +{% block navbar %} +דף ראשי :: +פעולות אחרונות +{% endblock %} + +{% block content %} +

פעולות אחרונות של {{ theuser|userlink:"/user/recentacitivity_he" }}

+
+{{ entry.mtime.date }} +
+{% endblock %} addfile ./app/templates/locale/he/roster.html hunk ./app/templates/locale/he/roster.html 1 +{% load ghmarkup %} +{% extends "wikibase.html" %} + +{% block content %} +

משתמשים

+ +
+{% if userlist %} + +{% else %} +

מוזר, לא נמצאו משתמשים.

+{% endif %} +
+{% endblock %} addfile ./app/templates/recent_activity.html hunk ./app/templates/recent_activity.html 1 +{% load ghmarkup %} +{% extends "base.html" %} + +{% block title %} +Recent Activity for {{ theuser|userlink:"/user/recentactivity" }} +{% endblock %} + +{% block content %} +

Recent Activity for {{ theuser|userlink:"/user/recentacitivity" }}

+{{ entry.mtime.date }} +{% endblock %} addfile ./app/templates/roster.html hunk ./app/templates/roster.html 1 +{% load ghmarkup %} +{% extends "wikibase.html" %} + +{% block content %} +

Roster

+ + +{% else %} +

Strange, no registered users in system.

+{% endif %} +{% endblock %} }