{% from 'include/input_macros.html' import copy_to_clipboard %} {% if style == 'new' %} {% if for_delver == '1' %}
{% for c in configs %} {% endfor %}
User Local path Remote path Diff Created
{% for u in users %} {% if u.user_id == c.user_id %} {{ u.username }} {% endif %} {% endfor %} {% set show = '...'+c.local_path.split('/')[-1] %} {{ copy_to_clipboard(id=c.local_path, value=c.local_path, show=show) }} {{ copy_to_clipboard(id=c.remote_path, value=c.remote_path) }} {% if c.diff == '' %} No diff {% else %} Show diff {% endif %} {{c.date}} View/Upload

{% else %}

Select an old version

Select

{% endif %} {% else %} {% if for_delver == '1' %}

Select a version


{% for file in return_files %} View/Upload
{% endfor %}

{% else %}

Select an old version

Select

{% endif %} {% endif %}