{{% 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}}}}}

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