{% extends 'base/layout.html' %} {% block title %}{{ object.name }}{% endblock %} {% block content %}
{{ object.description }}
{% endif %}| Owner | {{ object.owner }} |
|---|---|
| Visibility | {{ object.get_visibility_display }} |
| Created | {{ object.created }} |
| Last run | {{ object.last_run|default:"Never" }} |
| Run count | {{ object.run_count }} |
{{ object.sql }}
Load in editor
{% if object.owner == request.user or request.user.is_staff and object.visibility == 'global_editable' %}
Edit
Delete
{% endif %}