{% extends "base_site.html" %} {% load i18n %} {% block content %}

{{ modelreference }} - {{ modelreference.organisation }}

{{ modelreference.description }}

{% trans "To get this model on your local computer, run this command" %} ({% trans "more info" %}):
$ hg clone {{ modelreference.repository_url }}

{% comment %}{% trans "Download" %}{% endcomment %}

{% block section_title %}{% endblock section_title %}

{% block section_body %}{% endblock section_body %}
{% comment %}modal html containing mercurial/hg info{% endcomment %} {% endblock %}