{% load static %} {% for group, methods in grouped_methods.items %}
{% for method in methods %}
{{ method.name }} {{ method.name }}
{% endfor %}
{% endfor %}