{% extends 'menu/menu_ion.html' %} {% load static %} {% load humanize %} {% block title %} Publicaciones {% endblock %} {% block content %} {% include 'ionic_refresher.html' %} Vistazos
{% if productos %}
+

Nuevo

{% endif %} {% if historias_propias and historias_propias|length > 0 %} {% if not historias_propias.0.ruta_imagen %}

Mis vistazos

{% else %}

Mis vistazos

{% endif %} {% endif %}
Publicaciones {% if productos %} Foto {% endif %}
Comercios Verificados
Crear Publicación Avatar

{{ usuario.nombre }}

Promoción
Agregar fotos
Publicar
Elige tu tipo de promoción
Avatar
{{ usuario.nombre }}
{% if historias_propias and historias_propias.0.fecha_hora_creado %}

Hace {{ historias_propias.0.fecha_hora_creado|timesince }}

{% endif %}
{% for story in historias_propias %}
{% endfor %}
{% for story in historias_propias %}
{% if story.tipo_estado == "texto" %}
{{ story.texto }}
{% else %} Historia {% endif %}
{% endfor %}
{% endblock %} {% block scripts %} {% endblock %}