summaryrefslogtreecommitdiff
path: root/build/lib.linux-i686-2.6/objectapp/templates/objectapp/cms/gbobject_detail.html
blob: a93d0f000204aad30febf49a6a1697eb3938a69e (plain)
1
2
3
4
5
6
7
8
{% load i18n %}
{% for gbobject in gbobjects %}
  {% with object=gbobject object_content=gbobject.html_content|truncatewords_html:100|safe %}
  {% include "objectapp/_gbobject_detail.html" %}
  {% endwith %}
{% empty %}
  <p class="notice">{% trans "No gbobjects yet." %}</p>
{% endfor %}