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