{% extends request.htmx|yesno:"django_scotty/dummy.html,django_scotty/base.html" %} {% block scotty_content %}

{{ title|default:"Detalle del Registro" }}


{% for field in field_list %} {% empty %} {% endfor %}
{{ field.label }} {{ field.value|linebreaksbr }}
No hay información para mostrar.
{% endblock scotty_content %}