{% extends "stiri/base.html" %} {% block title %}{% if title %}{{ title|escape }}{% else %}MogNews{% endif %}{% endblock %} {% block extrahead %} {% if request.user.is_authenticated %} {% endif %} {% endblock %} {% block body %}
{% block header %}MogNews |
Top Stories |
Generat automat {{ timp_generare }} EET
![]() |
{% block menu %} {% for categorie in categorii %} {% endfor %} {% endblock %} {% if pagina_cautare %} {% endif %} |
{% block content %}
{% block lista_taguri %}{% endblock %}
{% if lista_clustere %}
{% for cluster in lista_clustere %}
{{ cluster.articole.0.titlu }}
{% comment %}
Afisam doar link-urile si data pentru restul articolelor din cluster
{% endcomment %}
{% for articol in cluster.articole|slice:"1:4" %}
({{ cluster.articole.0.ziar }} - {{ cluster.articole.0.timp_parsare }}) {% if request.user.is_authenticated %} {% if cluster.articole.0.categorie_existenta%}Schimba categoria{% else %}Adauga la Categorie{% endif %} {% endif %}
{{ cluster.articole.0.snippet }}...
{{ articol.titlu }}
({{ articol.ziar }} - {{ articol.timp_parsare }})
{% endfor %}
{% if cluster.arata_link_toate %}
{% endif %}
{% endfor %}
{% else %}
Ne pare rau, nu am gasit nici un rezultat.
{% endif %}
{% endblock %}
{% block paginare %}
{% endblock %}
|