{{% extends 'static_pages/templates/_base.html' %}} {{% block page_title %}}{Obj} Index | {{% endblock %}} {{% block meta_description %}}View a list of all {Obj} records.{{% endblock %}} {{% block content %}}

{Obj} Index

New {Obj}
{{% for {obj} in {obj}_list %}}

{{{{ {obj}.get_attribute_value(1) }}}}

View
{{% endfor %}}
{{% endblock %}}