4 lines
75 B
Django/Jinja
4 lines
75 B
Django/Jinja
{% for key in authorized_keys %}
|
|
{{ key.key }} {{ key.name }}
|
|
{% endfor %}
|