_blank_slate.html 294 Bytes
Newer Older
1
<%! from django.utils.translation import ugettext as _ %>
Rocky Duan committed
2 3
<div class="blank-state">
  % if performed_search:
4
    ${_("Sorry! We can't find anything matching your search. Please try another search.")}
Rocky Duan committed
5
  % else:
6
    ${_("There are no posts here yet. Be the first one to post!")}
Rocky Duan committed
7 8
  % endif
</div>