{% extends "base.html" %} {% block title %}Row history - {{ table }} - {{ database }}{% endblock %} {% block extra_head %} {% endblock %} {% block crumbs %} {{ crumbs.nav(request=request, database=database, table=table) }} {% endblock %} {% block content %}

Row history: {% if row_url %}{% endif %}{{ table }} {% for col, val in pk_values.items() %}{{ col }}={{ val }}{% if not loop.last %}, {% endif %}{% endfor %}{% if row_url %}{% endif %}

Loading...

{% endblock %}