{% load custom_tags %} {% load i18n %} {% extends "stiri/index_stiri.html" %} {% block title %}MogNews - Cautare{% endblock %} {% block extrastyle %} {% if user.is_authenticated %} {% endif %} {% endblock %} {% block banda %}
News Generat automat {{ timp_generare }} EET 
{% endblock %} {% block content %}
{% if pagination.num %} {% include 'stiri/categorie_pagination.html' %} {% endif %}
{% for docOn in response.docs %} {% include 'stiri/categorie_item_lista.html' %} {% endfor %}
{% if pagination.num %} {% include 'stiri/categorie_pagination.html' %} {% endif %}
{% endblock %}