{% load i18n %} {% load static %} {% load main_tags %} {% load readmore %}
{% trans 'Ideoj de sociaprojekto' %} >  {{ ideo.kategorio__nomo__enhavo }} >  {{ ideo.nomo__enhavo }} {% if user.is_admin or ideo.autoro_id == user.id %}  | {% trans 'Forigi' %} {% endif %}
{{ ideo.teksto__enhavo|readmore:300|linebreaksbr|urlize }}
{% for komento in komentoj %} {% include "ideoj/portebla/t_ideoj_sociaprojekto_komento.html" %} {% endfor %}
{% trans 'Paĝo' %} 
{% pagination pagination %}