{% extends 'viewsets/base.html' %} {% block breadcrumbs_items %} {% if viewset.view_index %} {% endif %} {% endblock %} {% block body_title %}{{ object|capfirst }}{% endblock %} {% block title_buttons %} {% if object.get_absolute_url %} {{ _('Show on site') }} {% endif %} {% if has_update_permission %} {{ _('Edit') }} {% endif %} {% endblock %} {% block content %} {% for name, value in serializer %}
{{ name }}
{{ value }}
{% endfor %} {% endblock %}