
| Current Path : /usr/local/lib/python3.8/dist-packages/rest_framework/templates/rest_framework/admin/ |
Linux ift1.ift-informatik.de 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 |
| Current File : //usr/local/lib/python3.8/dist-packages/rest_framework/templates/rest_framework/admin/detail.html |
{% load rest_framework %}
<table class="table table-striped">
<tbody>
{% for key, value in results|items %}
{% if key in details %}
<tr><th>{{ key|capfirst }}</th><td {{ value|add_nested_class }}>{{ value|format_value }}</td></tr>
{% endif %}
{% endfor %}
</tbody>
</table>