Untitled
unknown
plain_text
a year ago
146 B
20
Indexable
{% if investimento.id %}
<a href="{% url 'detalhe' investimento.id %}">Detalhes</a>
{% else %}
<span>Sem detalhes</span>
{% endif %}
Editor is loading...
Leave a Comment
{% if investimento.id %}
<a href="{% url 'detalhe' investimento.id %}">Detalhes</a>
{% else %}
<span>Sem detalhes</span>
{% endif %}