<?php $title = isset( $this->code ) ? '#export this locale to %s format#' : '#export all to %s format#' ;

      foreach ( $this->formats as $format ) { ?>
		<a href="<?php echo $this->url( array( 'action' => 'export', 'code' => $this->code, 'format' => $format ) ); ?>"
		   class="btn btn-sm btn-default" title="<?php echo $this->translate( $title, $format );?>">
		   <span class="fa fa-download"></span> <?php echo $format; ?>
		</a>
<?php } ?>