{% extends "objectapp/base.html" %} {% load i18n objectapp_tags %} {% block meta-description %}{% trans "Latest gbobjects for" %} {% if Objecttype %}{% trans "the Objecttype" %} {{ Objecttype }}{% if Objecttype.description %}: {{ Objecttype.description|striptags|safe }}{% endif %}{% endif %}{% if tag %}{% trans "the tag" %} {{ tag }}{% endif %}{% if author %}{% trans "the author" %} {{ author }}{% endif %}{% if page_obj %}{% ifnotequal page_obj.number 1 %} {% trans "page" %} {{ page_obj.number }}{% endifnotequal %}{% endif %}{% endblock %} {% block link %} {{ block.super }} {% if Objecttype %} {% endif %} {% if tag %} {% endif %} {% if author %} {% endif %} {% endblock %} {% block title %}{% trans "Latest gbobjects" %} {% if Objecttype %}| {% trans "Objecttype" %} {{ Objecttype }}{% endif %}{% if tag %}| {% trans "Tag" %} {{ tag }}{% endif %}{% if author %}| {% trans "Author" %} {{ author }}{% endif %}{% if page_obj %}{% ifnotequal page_obj.number 1 %} | {% trans "Page" %} {{ page_obj.number }}{% endifnotequal %}{% endif %}{% endblock %} {% block content %} {% if Objecttype %}
{{ Objecttype.description|striptags|safe }}
{% endif %} {% endif %} {% if tag %}{% trans "No gbobjects yet." %}
{% endfor %} {% if is_paginated %} {% objectapp_pagination page_obj %} {% endif %} {% endblock %} {% block admin_tools %} {% if Objecttype and perms.objectapp.change_Objecttype %}