{% for column in columns %} {% endfor %} {% for row in rows %} {% endfor %}
{% trans 'Processes' %} {{ column.name }} {% if column.is_sorted %} 
                  {%- trans 'Descending' %} 
                  {%- trans 'Ascending' %} {% endif %} {% if column.has_full_query %} {% if column.is_full %} {{ get_image( 's_partialtext', 'Truncate shown queries'|trans, {'class': 'icon_fulltext'} ) }} {% else %} {{ get_image( 's_fulltext', 'Show full queries'|trans, {'class': 'icon_fulltext'} ) }} {% endif %} {% endif %}
{% trans 'Kill' %} {{ row.id }} {{ row.user }} {{ row.host }} {% if row.db != '' %} {{ row.db }} {% else %} {% trans 'None' %} {% endif %} {{ row.command }} {{ row.time }} {{ row.state }} {{ row.progress }} {{ row.info|raw }}