{% extends "gstudio/base.html" %} {% load pagination_tags %} {% load adminmedia grp_tags %} {% load i18n comments gstudio_tags %} {% load i18n objectapp_tags %} {% block content %} {% load tagging_tags comments i18n %} {% if user.is_authenticated %} {% autopaginate documents 8 %}

Document Library


{% csrf_token %}

Search File

 



{% csrf_token %}

Post File:

  file: 

Description:  





Documents Listing

{% for document in documents %}

{{document.title}}

Posted By : {% for author in document.authors.all %} {{author}} {% endfor %}
Posted At : {{document.creation_date}}
Description:{{ document.content }}
Download now!!
{% for author in document.authors.all %} {% ifequal author.username user.username %}
{% csrf_token %}
{% endifequal %} {% endfor %}
Current rating is

{{ document.rating.get_rating }}


{% csrf_token %}

{% csrf_token %}

{% trans "Tags" %} : {% tags_for_object document as tag_list %} {% for tag in tag_list %} {% empty %} {% trans "No tags" %} {% endfor %}





{% endfor %}
{% else %}

Sorry you need to log in to see this content !

{% endif %}

{% paginate %}

{% endblock %}