X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=projecthandler%2Ftemplate%2Fproject%2Fprojectlist.html;h=f1aa4f12e85514562c618dad6af661b8496fdd51;hb=refs%2Fchanges%2F95%2F7895%2F1;hp=ed8b5831c9a672bb0949ef07e56f03ee0ef04c2c;hpb=bced6e6778a58c6aba2b8aaa682fda728f39422a;p=osm%2FLW-UI.git diff --git a/projecthandler/template/project/projectlist.html b/projecthandler/template/project/projectlist.html index ed8b583..f1aa4f1 100644 --- a/projecthandler/template/project/projectlist.html +++ b/projecthandler/template/project/projectlist.html @@ -1,3 +1,19 @@ + + {% extends "base.html" %} {% load get %} {% load date_tag %} @@ -5,6 +21,7 @@ {% block head_block %} {{ block.super }} + {% endblock %} {% block title_header_big %} @@ -19,7 +36,11 @@ {% block breadcrumb_body %} {{ block.super }} -
  • Projects
  • + {% if user.is_admin %} +
  • Projects
  • + {% else%} +
  • Projects
  • + {% endif %} {% endblock %} {% block content_body %} @@ -27,7 +48,6 @@ {% csrf_token %}
    -

    Projects

    @@ -42,43 +62,14 @@ - - - {% for p in projects %} - - - - - - - - - {% endfor %}
    NameModification Date Creation Date Actions
    - {{ p.name }} - {{ p|get_sub:"_admin,modified"|get_date}}{{ p|get_sub:"_admin,created"|get_date}} -
    - - -
    -
    @@ -92,83 +83,193 @@ {% block resource_block %} {{ block.super }} + + + +