{% extends "base.html" %} {% load i18n %} {% block content %}
Key | Value | Created on | ||
---|---|---|---|---|
{{ a.key }} | {{ a.value }} | {{ a.created }} |
Key | Value | Created on | ||
---|---|---|---|---|
{{ a.key }} | {{ a.value }} | {{ a.created }} |
{% for k, v in c.items %}
{% if k not in "actions,type" %}
{{ k }}: {{ v }}
{% endif %}
{% endfor %}