{% extends "layout.html" %} {% block title %}tags{% endblock %} {% block menu %} {% endblock %} {% block content %}
personal project
{{ projects | length }} found
{% for p in projects %} {% endfor %}
Project {% if request.args.get('sortby') == 'path_with_namespace' %} {% endif %} Tag {% if request.args.get('sortby') == 'tag' %} {% endif %} At {% if request.args.get('sortby') == 'tag_created_at' %} {% endif %}
{{ p.path_with_namespace }} {{ p.tag }} {{ p.tag_created_at }}
{% endblock %} {% block javascript %} {% endblock %}