Advertisement
Guest User

Untitled

a guest
Jun 26th, 2019
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. {% for item in currentUser.certificado %}
  2. {{ dump(item) }}
  3. {% endfor %}
  4.  
  5. {% for block in currentUser.certificado %}
  6. <div>
  7. <h3>{{ block.nomeDoCertificado }}</h3>
  8. <h3>{{ block.curso[0] }}</h3>
  9. <a href="{{ block.certificado[0].url }}" target="_blank">{{ block.nomeDoCertificado }}</a>
  10. </div>
  11. {% endfor %}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement