1. Home
  2. {{ verbose_name_plural }}
  3. {% if object %}
  4. {{ object }}
  5. {% else %}
  6. create new {{ verbose_name }}
  7. {% endif %}