{% extends '_base.html' %} {% load static %} {% block title %}{{ v.title }} | TUPY Pipe Fitting Videos{% endblock %} {% block meta %} {% endblock %} {% block content %}

{{ v.title }}

{% if info.mmss %}Duration: {{ info.mmss }} min{% endif %}{% if info.upload_date %} — published {{ info.upload_date }}{% endif %}

{{ v.description }}

This video is part of the TUPY video library published by Amini Building Materials Trading L.L.C, exclusive agent of TUPY S.A. in the Middle East. For technical specifications and dimension tables see the products pages or the Download Centre.

{% if others %}

More TUPY videos

{% for o in others %} {{ o.v.title }}{% if o.mmss %}{{ o.mmss }} min{% endif %} {% endfor %}
{% endif %}
{% endblock %}